@import "base.css";
@import "zxlm-new.css";
.dh_sd {
  transition: 0.3s all;
}
@keyframes yyy {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.box-center {
  margin: 0 auto;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.icon {
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-box {
  padding-bottom: 56px;
  padding-top: 227px;
}
.other-page-box {
  padding-bottom: 56px;
  padding-top: 243px;
}
.page-box-s {
  padding-top: 227px;
}
.index-title {
  font-size: 32px;
  text-align: center;
}
.zwf-box {
  width: 100%;
}
.header-gg-box {
  width: 100%;
  height: 50px;
  position: relative;
}
.header-gg-box a {
  display: block;
  width: 100%;
  height: 50px;
}
.header-gg-box img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.close-icon {
  width: 14px;
  height: 14px;
  background-image: url("../img/new/close-icon.png");
  background-size: 100%;
  transition: 0.3s;
  transform: rotate(-180deg);
}
.header-close-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  position: absolute;
  right: 0.6rem;
  cursor: pointer;
}
.header-close-box:hover .close-icon {
  transition: 0.3s;
  transform: rotate(180deg);
}
.header-box {
  width: 100%;
  background: #FFFFFF;
}
.header-top {
  height: 30px;
  background: #F1F1F1;
  border: 1px solid #EBEBEB;
}
.header-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
}
.dz-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/dz-icon.png");
  background-size: 100%;
}
.dz-text {
  margin-left: 4px;
}
.dz-box {
  position: relative;
}
.dz-box:hover .rmcs {
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
  top: 25px;
}
.dz-a {
  display: flex;
  align-items: center;
}
.sz-down-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/sz-down.png");
  background-size: 100%;
}
.fg-line {
  height: 14px;
  width: 1px;
  background: #DDDDDD;
  margin: 0 12px;
}
.wz-desc {
  transition: 0.3s;
}
.wz-desc:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.header-right {
  display: flex;
  align-items: center;
}
.action-item,
.action-info {
  display: flex;
  align-items: center;
  margin-left: 32px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.action-item span,
.action-info span {
  margin-left: 4px;
  transition: 0.3s;
}
.action-item:hover .sj-box,
.action-info:hover .sj-box {
  height: auto;
  padding: 16px;
  margin-top: 17px;
}
.action-item:hover .code-box,
.action-info:hover .code-box {
  padding: 6px 6px 16px 6px;
  height: auto;
  margin-top: 17px;
}
.action-item {
  cursor: pointer;
}
.action-item:hover {
  transition: 0.3s;
}
.action-item:hover span {
  transition: 0.3s;
  color: #2F80FF;
}
.action-item:hover .dl-icon {
  transition: 0.3s;
  background-image: url("../img/dl-cuer.png");
}
.action-item:hover .sj-icon {
  background-image: url("../img/sj-cuer.png");
  transition: 0.3s;
}
.action-item:hover .jm-icon {
  background-image: url("../img/jm-cuer.png");
  transition: 0.3s;
}
.action-item:hover .tg-icon {
  background-image: url("../img/tg-cuer.png");
  transition: 0.3s;
}
.action-item:hover .wxxd-icon {
  background-image: url("../img/wxxd-cuer.png");
  transition: 0.3s;
}
.dl-icon {
  background-image: url("../img/dl-icon.png");
  background-size: 100%;
}
.sj-icon {
  background-image: url("../img/sj-icon.png");
  background-size: 100%;
}
.jm-icon {
  background-image: url("../img/jm-icon.png");
  background-size: 100%;
}
.tg-icon {
  background-image: url("../img/tg-icon.png");
  background-size: 100%;
}
.wxxd-icon {
  background-image: url("../img/wxxd-icon.png");
  background-size: 100%;
}
.tx-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.tc-btn {
  color: #999999;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.tc-btn:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.rmcs {
  position: absolute;
  left: 6px;
  top: 60px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
}
.rmcs-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
  width: 239px;
  padding: 16px;
  margin-top: 17px;
}
.rmcs-title {
  font-size: 16px;
}
.recs-city {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}
.recs-item {
  display: block;
  text-align: center;
  width: 65px;
  line-height: 28px;
  height: 28px;
  background: #F1F3F5;
  border-radius: 2px;
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 6px;
  margin-top: 6px;
  transition: 0.3s;
}
.recs-item:nth-of-type(3n) {
  margin-right: 0;
}
.recs-item:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.action-fix {
  position: absolute;
  top: 25px;
  left: -60px;
  z-index: 2;
}
.sj-box {
  width: 200px;
  height: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.sj-title {
  font-weight: bold;
}
.sj-code {
  width: 100%;
  height: auto;
  margin-top: 3px;
}
.sj-desc {
  margin-top: 3px;
  text-align: center;
}
.sj-desc1 {
  font-weight: bold;
  margin-top: 3px;
  text-align: center;
}
.action-fix2 {
  position: absolute;
  left: -195px;
  top: 25px;
}
.code-box {
  height: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.code-item {
  width: 157px;
  margin-right: 6px;
}
.code-item:last-child {
  margin-right: 0;
}
.code-item img {
  width: 100%;
  height: auto;
}
.code-item p {
  text-align: center;
  height: 22px;
  width: 100%;
}
.header-center {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-box img {
  width: 197px;
  height: 75px;
}
.index-search-top {
  display: flex;
  align-items: center;
}
.index-search-input {
  width: 352px;
  height: 42px;
  background: #FFFFFF;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 4px 0px 0px 4px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 16px;
}
.index-search-btn {
  width: 120px;
  height: 42px;
  background: #2F80FF;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.index-search-btn span {
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 2px;
}
.index-search-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.search-icon {
  background-image: url("../img/search-icon.png");
  background-size: 100%;
}
.tw-btn {
  width: 120px;
  height: 42px;
  border: 1px solid #2F80FF;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #2F80FF;
  transition: 0.3s;
}
.tw-btn:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.index-btn-group {
  display: flex;
}
.index-btn {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.index-btn span {
  font-size: 18px;
  transition: 0.3s;
}
.index-btn:hover span {
  transition: 0.3s;
  color: #2F80FF;
}
.index-btn:hover .zxzx-icon {
  background-image: url("../img/zxzx-cuer.png");
  transition: 0.3s;
}
.index-btn:hover .phone-icon {
  background-image: url("../img/phone-cuer.png");
  transition: 0.3s;
}
.zxzx-icon {
  width: 32px;
  height: 32px;
  background-image: url("../img/zxzx-icon.png");
  background-size: 100%;
  transition: 0.3s;
  margin-right: 8px;
}
.phone-icon {
  width: 32px;
  height: 32px;
  background-image: url("../img/phone-icon.png");
  background-size: 100%;
  transition: 0.3s;
  margin-right: 8px;
}
.tjrs-box {
  display: flex;
  margin-top: 14px;
  width: 605px;
  align-items: center;
}
.tjrs-icon {
  width: 56px;
  height: 14px;
  background-image: url("../img/tjrs-icon.png");
}
.tjrs-list {
  padding-left: 8px;
  width: calc(100% - 56px);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 20px;
}
.tjrs-list a {
  color: #999999;
  margin-left: 16px;
  transition: 0.3s;
}
.tjrs-list a:hover {
  color: #2F80FF;
  transition: 0.3s;
}
.header-bottom {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.header-fw {
  width: 266px;
  height: 47px;
  background: #2F80FF;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.header-fw:hover {
  transition: 0.3s;
  background: #2668CF;
}
.header-fw:hover .header-fw-content {
  height: 483px;
  margin-top: 2px;
}
.line-down {
  width: 14px;
  height: 8px;
  background-image: url("../img/line-down.png");
  background-size: 100%;
}
.header-menu {
  display: flex;
  align-items: center;
}
.mfcx-icon {
  position: absolute;
  top: -10px;
  right: -27px;
  width: 24px;
  height: 23px;
  background-image: url("../img/hot-icon.png");
  animation: yyy 2s linear infinite;
}
.mfbx-icon {
  position: absolute;
  top: -14px;
  right: -38px;
  width: 35px;
  height: 28px;
  background-image: url("../img/mfbx-icon.png");
  animation: yyy 1.5s linear infinite;
}
.header-menu-item {
  font-size: 18px;
  margin-right: 64px;
}
.header-menu-item:last-child {
  margin-right: 0;
}
.header-menu-item a {
  font-size: 18px;
  transition: 0.3s;
  position: relative;
}
.header-menu-item:hover a {
  transition: 0.3s;
  font-size: 18px;
  color: #2F80FF;
  font-weight: bold;
}
.header-menu-cur a {
  transition: 0.3s;
  font-size: 18px;
  color: #2F80FF;
  font-weight: bold;
}
.header-fw-box {
  position: absolute;
  left: 0;
  top: 47px;
}
.header-fw-content {
  position: relative;
  height: 0;
}
.header-fw-left {
  height: 100%;
  overflow-y: auto;
  width: 266px;
  background: #FFFFFF;
}
.header-fw-type {
  height: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  overflow-y: auto;
  width: 266px;
}
.header-type-item {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-type-item:hover {
  box-sizing: border-box;
}
.header-type-item:hover .header-type-name {
  transition: 0.3s;
  font-weight: bold;
}
.header-type-item:hover .header-fw-right {
  height: 483px;
  padding-bottom: 33px;
  box-sizing: border-box;
}
.header-type-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-type-name {
  flex: 1;
  transition: 0.3s;
  font-size: 14px;
}
.header-type-name:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.line-left {
  width: 7px;
  height: 11px;
  background-image: url("../img/line-left.png");
}
.header-type-children {
  width: 195px;
  height: 16px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 6px;
}
.header-children-item {
  margin-left: 16px;
  font-size: 12px;
  color: #999999;
  transition: 0.3s;
}
.header-children-item:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.header-children-item:first-child {
  margin-left: 0;
}
.header-fw-right {
  width: 1036px;
  height: 0;
  overflow: auto;
  position: absolute;
  left: 260px;
  top: 0;
  background: #FFFFFF;
}
.header-fw-list {
  width: 100%;
  padding: 1px 24px 0px 24px;
  box-sizing: border-box;
}
.header-fw-item {
  display: flex;
  width: 100%;
  margin-top: 25px;
  align-items: flex-start;
}
.header-fw-item:first-child {
  margin-top: 33px;
}
.header-fw-l {
  display: flex;
  width: 125px;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.header-fw-l:hover span {
  transition: 0.3s;
  color: #2F80FF;
}
.header-fw-l span {
  display: inline-block;
  width: 112px;
}
.header-icon-left {
  width: 6px;
  height: 9px;
  background-image: url("../img/header-left-icon.png");
}
.header-children-list {
  width: calc(100% - 125px);
  padding-left: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.header-children-ele {
  margin-right: 24px;
  margin-bottom: 8px;
}
.header-children-ele a {
  transition: 0.3s;
  color: #666666;
  font-size: 14px;
}
.header-children-ele:hover a {
  transition: 0.3s;
  color: #2F80FF;
}
.sidebar-box {
  width: 50px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(248, 248, 248, 0.8);
  z-index: 11;
  display: flex;
  align-items: center;
}
.sidebar-list {
  width: 100%;
}
.sidebar-item {
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-top: 12px;
}
.sidebar-item:nth-child(1) {
  margin-top: 0;
}
.sidebar-item:nth-child(4) {
  margin-top: 0;
}
.sidebar-item:nth-child(4) .sidebar-icon-img {
  width: 100%;
  height: 100%;
  background: url("../img/side-03.png") no-repeat;
  background-size: 100%;
}
.sidebar-item:nth-child(5) {
  margin-top: 0;
}
.sidebar-item:nth-child(5) .sidebar-icon-img {
  width: 100%;
  height: 100%;
  background: url("../img/side-04.png") no-repeat;
  background-size: 100%;
}
.sidebar-item:nth-child(6) {
  margin-top: 0;
}
.sidebar-item:nth-child(6) .sidebar-icon-img {
  width: 100%;
  height: 100%;
  background: url("../img/side-05.png") no-repeat;
  background-size: 100%;
}
.sidebar-item:hover {
  transition: 0.3s;
  background: #2F80FF;
}
.sidebar-item:hover .sidebar-icon {
  opacity: 0;
  transition: 0.3s;
}
.sidebar-item:hover .sidebar-desc-box {
  transition: 0.3s;
  right: 50px;
  opacity: 1;
  visibility: visible;
}
.sidebar-item:hover .kf-box,
.sidebar-item:hover .dhzx-box,
.sidebar-item:hover .side-code-box {
  transition: 0.3s;
  visibility: visible;
  right: 71px;
  opacity: 1;
}
.sidebar-item:nth-child(4):hover {
  transition: 0.3s;
  background: transparent;
}
.sidebar-item:nth-child(4):hover .sidebar-icon {
  opacity: 1;
  transition: 0.3s;
}
.sidebar-item:nth-child(4):hover .sidebar-desc-box {
  transition: 0.3s;
  right: 50px;
  opacity: 1;
  visibility: visible;
}
.sidebar-item:nth-child(4):hover .sidebar-icon-img {
  background: url("../img/siderbar-acitve3.png") no-repeat;
}
.sidebar-item:nth-child(4):hover .kf-box,
.sidebar-item:nth-child(4):hover .dhzx-box,
.sidebar-item:nth-child(4):hover .side-code-box {
  transition: 0.3s;
  visibility: visible;
  right: 71px;
  opacity: 1;
}
.sidebar-item:nth-child(5):hover {
  transition: 0.3s;
  background: transparent;
}
.sidebar-item:nth-child(5):hover .sidebar-icon {
  opacity: 1;
  transition: 0.3s;
}
.sidebar-item:nth-child(5):hover .sidebar-desc-box {
  transition: 0.3s;
  right: 50px;
  opacity: 1;
  visibility: visible;
}
.sidebar-item:nth-child(5):hover .sidebar-icon-img {
  background: url("../img/siderbar-active4.png") no-repeat;
}
.sidebar-item:nth-child(5):hover .kf-box,
.sidebar-item:nth-child(5):hover .dhzx-box,
.sidebar-item:nth-child(5):hover .side-code-box {
  transition: 0.3s;
  visibility: visible;
  right: 71px;
  opacity: 1;
}
.sidebar-item:nth-child(6):hover {
  transition: 0.3s;
  background: transparent;
}
.sidebar-item:nth-child(6):hover .sidebar-icon {
  opacity: 1;
  transition: 0.3s;
}
.sidebar-item:nth-child(6):hover .sidebar-desc-box {
  transition: 0.3s;
  right: 50px;
  opacity: 1;
  visibility: visible;
}
.sidebar-item:nth-child(6):hover .sidebar-icon-img {
  background: url("../img/siderbar-acitve5.png") no-repeat;
}
.sidebar-item:nth-child(6):hover .kf-box,
.sidebar-item:nth-child(6):hover .dhzx-box,
.sidebar-item:nth-child(6):hover .side-code-box {
  transition: 0.3s;
  visibility: visible;
  right: 71px;
  opacity: 1;
}
.sidebar-desc-box {
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  position: absolute;
  top: 0;
  opacity: 0;
  right: 100px;
  white-space: nowrap;
  height: 50px;
  background: #2F80FF;
  padding: 0 16px;
  box-sizing: border-box;
  align-items: center;
  color: #FFFFFF;
}
.sidebar-desc-box a {
  color: #FFFFFF;
}
.sidebar-icon {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.sidebar-icon img {
  width: 100%;
  height: 100%;
}
.kf-box {
  visibility: hidden;
  position: absolute;
  right: 80px;
  top: -10px;
  padding: 12px 18px;
  box-sizing: border-box;
  white-space: nowrap;
  background: #2F80FF;
  border-radius: 8px;
  transition: 0.1s !important;
  opacity: 1;
}
.kf-box:after {
  content: '';
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: -12px;
  width: 0;
  height: 0;
  border-left: 14px solid #2F80FF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: none;
}
.kf-item {
  color: #FFFFFF;
  line-height: 22px;
}
.kf-icon {
  position: absolute;
  top: -28px;
  left: -42px;
  width: 63px;
  height: 55px;
  animation: yyy 2s linear infinite;
}
.kf-icon img {
  width: 100%;
  height: 100%;
}
.dhzx-box {
  visibility: hidden;
  position: absolute;
  right: 80px;
  top: -10px;
  padding: 12px 18px;
  white-space: nowrap;
  background: #2F80FF;
  border-radius: 8px;
  transition: 0.1s !important;
  opacity: 1;
}
.dhzx-box:after {
  content: '';
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: -12px;
  width: 0;
  height: 0;
  border-left: 14px solid #2F80FF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: none;
}
.kf-number {
  font-size: 16px;
}
.dh-icon {
  position: absolute;
  top: -28px;
  left: -21px;
  width: 55px;
  height: 59px;
  animation: yyy 2s linear infinite;
}
.dh-icon img {
  width: 100%;
  height: 100%;
}
.side-code-box {
  display: flex;
  visibility: hidden;
  position: absolute;
  right: 80px;
  top: -10px;
  padding: 16px 20px;
  white-space: nowrap;
  background: #2F80FF;
  border-radius: 8px;
  transition: 0.1s;
  opacity: 1;
}
.side-code-box:after {
  content: '';
  position: absolute;
  top: calc((40% - 20px) / 2);
  right: -12px;
  width: 0;
  height: 0;
  border-left: 14px solid #2F80FF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: none;
}
.side-code-item {
  margin-left: 20px;
}
.side-code-item:first-child {
  margin-left: 0px;
}
.side-code-bt {
  color: #FFFFFF;
  font-weight: bold;
}
.side-code-fbt {
  opacity: 0.8;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 2px;
}
.side-code-img {
  width: 86px;
  height: 86px;
  border-radius: 6px;
  margin-top: 12px;
}
.carousel-box {
  width: 100%;
  height: auto;
  position: relative;
}
.carousel-box .sp-liyy {
  margin-top: 18px;
}
.index-lb {
  width: 100%;
  height: 100%;
}
.index-lb .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  opacity: 1;
  margin: 0 2px !important;
}
.index-lb .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  opacity: 1;
  border-radius: 12px;
}
.index-lb .swiper-pagination-bullets {
  bottom: 20px;
}
.index-lb .swiper-wrapper,
.index-lb a,
.index-lb .swiper-slide,
.index-lb img {
  width: 100%;
  height: auto;
}
.index-lb img {
  object-fit: cover;
}
.index-lb a {
  display: block;
}
.bd-box {
  width: 352px;
  height: 452px;
  background: #FFFFFF;
  border-radius: 8px;
  position: absolute;
  right: 310px;
  bottom: 24px;
  z-index: 2;
  padding: 20px 16px;
  box-sizing: border-box;
}
.bd-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.message-text {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.message-text span {
  color: #2F80FF;
}
.message-swiper {
  width: 100%;
  height: 24px;
}
.message-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pt-desc {
  text-align: center;
  margin-top: 18px;
  color: #999999;
}
/*表单开始*/
.form-bd1 {
  margin-top: 25px;
  width: 100%;
}
.form-bd1 .qy-box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.form-bd1 .qy-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/qy-icon.png");
}
.form-bd1 .zx-qy {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  display: flex;
  border-radius: 4px;
  padding: 0 10px;
}
.form-bd1 .zx-qy input {
  border: none;
  width: 50%;
  padding: 0px 10px 0 0;
  box-sizing: border-box;
}
.form-bd1 #area_input {
  display: inline-block;
  max-width: calc(100% - 50px);
  margin-right: 8px;
}
.form-bd1 .ld-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-bd1 .ld-input input {
  font-size: 14px;
}
.form-bd1 .ld-input img {
  width: 12px;
  height: auto;
}
.form-bd1 .ld-box {
  width: 100%;
  position: relative;
}
.form-bd1 .ld-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-bd1 .ld-up {
  bottom: 40px;
}
.form-bd1 .ld-block {
  display: block !important;
}
.form-bd1 .ld-none {
  display: none;
}
.form-bd1 .ld-bottom {
  top: 42px !important;
}
.form-bd1 .ld-left {
  display: none;
  width: 50%;
  position: absolute;
  left: 50%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #FFFFFF;
  max-height: 280px;
  overflow-y: auto;
  z-index: 9;
}
.form-bd1 .ld-right {
  display: none;
  width: 50%;
  position: absolute;
  left: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #FFFFFF;
  z-index: 9;
  max-height: 280px;
  overflow-y: auto;
}
.form-bd1 .ld-item {
  width: 100%;
  height: 28px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  transition: 0.3s;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.form-bd1 .ld-item:hover {
  transition: 0.3s;
  color: #2F80FF;
  background: #e6f7ff;
}
.form-bd1 .form-bd1-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-bd1 .form-bd1-bottom {
  margin-top: 8px;
}
.form-bd1 .form-bd1-bottom .sp-liyy {
  color: #FFFFFF;
  width: 100%;
  height: 40px;
  background: #2F80FF;
  border-radius: 4px;
}
.form-bd1 .bd-item {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.form-bd1 .bd-select,
.form-bd1 .bd-input {
  width: 100%;
  padding: 0 10px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}
.form-bd1 .bd-code {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.form-bd1 .bd-code {
  display: flex;
  align-items: center;
  height: 36px;
}
.form-bd1 .bd-select {
  cursor: pointer;
  position: relative;
  /* 清除默认的箭头样式 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('../img/arrow-down.png');
  background-size: 14px;
  background-position: 293px center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.form-bd1 .address-arrow {
  width: 14px;
  height: 14px;
}
.form-bd1 .bd-yz {
  width: 60%;
  padding: 0 10px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.form-bd1 .bd-yz-btn {
  padding: 0 10px 0px 0;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #2F80FF;
  cursor: pointer;
  font-size: 14px;
}
.form-bd1 .adress-list {
  z-index: 99;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  max-height: 280px;
  overflow-y: auto;
  padding: 10px 0px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ebebeb;
}
.form-bd1 .adress-list .adress-item {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 4px;
  text-align: left;
  transition: all 0.3s;
  padding: 0 10px;
  box-sizing: border-box;
}
.form-bd1 .adress-list .adress-item:hover {
  transition: all 0.3s;
  color: #333333;
  background: #e6f7ff;
}
.form-bd1 .adress-list .adress-item em {
  color: #2F80FF;
}
.form-bd1 .sp-liyy {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
  width: 150px;
  height: 40px;
  background: #2F80FF;
  border-radius: 4px;
}
.form-bd1 .sp-liyy:hover {
  transition: 0.3s all;
  background: #2668CF;
}
.form-bd1 .other-code-info {
  display: flex;
  align-items: center;
}
.form-bd1 .other-code-info .bd-input {
  width: 60%;
}
.form-bd1 .user-sex-box {
  display: flex;
  align-items: center;
  width: 40%;
  box-sizing: border-box;
  justify-content: center;
}
.form-bd1 .radio-inline {
  padding: 0 5px;
  box-sizing: border-box;
}
.ld-item-cur {
  transition: 0.3s;
  color: #2F80FF;
  background: #e6f7ff;
}
/*表单结束*/
.fw-store-box {
  margin-top: 20px;
  height: 300px;
  display: flex;
}
.fw-store-left {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0px 0px 8px;
  background: url("../img/fw_store_bg.jpg") no-repeat;
  background-size: 100%;
}
.fw-store-title {
  display: flex;
  align-items: center;
  margin-top: 155px;
}
.fw-store-title span {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 6px;
}
.fw-store-num {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.fw-num-item {
  width: 26px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  font-size: 23px;
  font-weight: bold;
  color: #2F80FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.fw-num-item:last-child {
  margin-right: 0;
}
.fw-store-icon {
  width: 17px;
  height: 21px;
  background-image: url("../img/fw-store-icon.png");
  background-size: 100%;
}
.fw-ego-box {
  height: 300px;
  width: calc(100% - 180px);
  padding-left: 32px;
  box-sizing: border-box;
}
.fw-store-desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
.fw-ego {
  height: 429px;
  width: 100% !important;
  background: url("../img/store_bg.jpg") no-repeat;
  background-size: 100%;
}
.fw-ego-left {
  height: 100%;
  width: 100%;
}
.fw-ego-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  transition: 0.3s;
}
.fw-ego-more:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.store-list {
  display: grid;
  grid-template-columns: repeat(3, 329px);
  grid-gap: 47px;
}
.store-item {
  box-sizing: border-box;
}
.store-img img {
  width: 128px;
  height: 86px;
  border-radius: 4px;
  vertical-align: top;
  object-fit: cover;
}
.store-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.store-phone {
  width: 112px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #2F80FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2F80FF;
  margin-top: 10px;
  transition: 0.3s;
  cursor: pointer;
}
.store-phone:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.store-phone-number {
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
}
.store-yy {
  max-width: 112px;
  color: #333333;
}
.store-yy span {
  color: #ff5d61;
}
.store-l-top {
  display: flex;
}
.store-info-box {
  display: block;
  width: 200px;
  padding-left: 10px;
  box-sizing: border-box;
}
.store-name {
  color: #333333;
  font-size: 16px;
  transition: 0.3s;
}
.store-name:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.store-pj-box {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.store-pf-text {
  font-size: 12px;
  color: #999999;
  margin-left: 8px;
}
.store-pj-num {
  font-size: 12px;
  max-width: 150px;
  margin-left: 10px;
  color: #999999;
  flex: 1;
  text-align: right;
}
.store-pj-num span {
  color: #2F80FF;
}
.store-label {
  display: flex;
  margin-top: 12px;
  height: 24px;
  flex-wrap: wrap;
  overflow: hidden;
}
.store-label-item {
  width: 60px;
  height: 100%;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  box-sizing: border-box;
  margin-right: 5px;
  background: #E4EEFF;
  color: #2F80FF;
}
.store-label-item:first-child {
  background: #FFEEEE;
  color: #ff5d61;
}
.store-label-item:nth-of-type(3n) {
  margin-right: 0;
}
.store-fw-list {
  display: flex;
  height: 22px;
  overflow: hidden;
  width: 100%;
  margin-top: 16px;
}
.store-fw-left {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.store-fw-item {
  display: flex;
  align-items: center;
  width: 48%;
  margin-right: 4%;
}
.store-fw-item:nth-child(2) {
  margin-right: 0;
}
.store-fw-icon {
  width: 19px;
  height: 19px;
  background: #ff5d61;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.store-fw-price {
  color: #ff5d61;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
}
.store-fw-name {
  color: #333333;
  font-size: 14px;
  max-width: 128px;
  transition: 0.3s;
  font-weight: bold;
}
.store-fw-name:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.phone-popup {
  visibility: hidden;
  width: 400px;
  height: 200px;
  background: #FFFFFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  z-index: 9999;
}
.phone-close-box {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.phone-close-box:hover .phone-close {
  transition: 0.4s;
  transform: rotate(360deg);
}
.phone-close {
  width: 16px;
  height: 16px;
  background-image: url("../img/phone-close.png");
  background-size: 100%;
  transition: 0.4s;
  transform: rotate(0deg);
}
.phone-ts {
  font-size: 18px;
  color: #333333;
}
.phone-number {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.phone-desc {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.phone-popup-show {
  visibility: visible;
  opacity: 1;
}
.order-action-box {
  display: flex;
  align-items: center;
  margin-top: 17px;
  width: 180px;
  justify-content: space-between;
}
.order-cancel {
  width: 79px;
  height: 33px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #2F80FF;
  font-size: 14px;
  color: #2F80FF;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.order-cancel:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.order-ok {
  width: 79px;
  height: 33px;
  background: #2F80FF;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.order-ok:hover {
  transition: 0.3s;
  background: #2668CF;
}
#login-popup {
  height: 160px;
}
.fw-type-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 287px);
  grid-gap: 49px;
}
.fw-type-item {
  height: 374px;
  transition: 0.3s;
}
.fw-type-item:hover {
  transition: 0.3s;
  transform: translateY(-14px);
}
.fw-type-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.fw-type-item img {
  width: 100%;
  height: 100%;
  background: #999999;
  border-radius: 8px;
}
.jjfa-box {
  margin-top: 48px;
}
.scheme-box {
  width: 100%;
  margin-top: 48px;
  height: 360px;
  display: flex;
  justify-content: space-between;
}
.scheme-left,
.scheme-right {
  width: 275px;
  height: 100%;
}
.scheme-left .scheme-left-child {
  border-radius: 8px 0 0px 8px;
}
.scheme-right .scheme-left-child {
  border-radius: 0px 8px 8px 0px;
}
.scheme-left-child {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.scheme-left-child:hover .scheme-img {
  transition: 1.5s;
  transform: scale(1.2, 1.2);
}
.scheme-img {
  transition: 1.5s;
  width: 100%;
  height: 100%;
}
.scheme-info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  box-sizing: border-box;
}
.scheme-title {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.scheme-fbt {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.scheme-list {
  width: 730px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 238px);
  grid-gap: 8px;
}
.scheme-item {
  height: 176px;
}
.scheme-item:hover img {
  transition: 1.5s;
  transform: scale(1.2, 1.2);
}
.scheme-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scheme-item img {
  transition: 1.5s;
  width: 100%;
  height: 100%;
}
.fw-desc-box {
  width: 100%;
  height: 500px;
  margin-top: 24px;
  position: relative;
}
.fw-img-list {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.fw-img-box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1, 1);
}
.fw-img-bg1 {
  opacity: 1;
}
.fw-img-visible {
  z-index: 2;
  transform: scale(1.3, 1.3);
  transition: 10s transform;
  opacity: 1;
}
.fw-cover-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fw-cover-let {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: calc((100% - 1296px) / 2);
  background: #111D2E;
  opacity: 0.7;
}
.fw-cover-rit {
  height: 100%;
  position: absolute;
  left: calc(((100% - 1296px) / 2) + 1296px);
  top: 0;
  width: calc((100% - 1296px) / 2);
  background: #111D2E;
  opacity: 0.7;
}
.fw-cover-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.fw-cover-item {
  width: 25%;
  height: 100%;
  background: #111D2E;
  opacity: 0.7;
}
.fw-cover-hover {
  opacity: 0.9;
}
.fw-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.fw-desc-content {
  height: 100%;
  display: flex;
}
.fw-desc-item {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fw-desc-item:nth-child(3) .fw-desc-text {
  width: 160px;
}
.fw-bt {
  font-size: 42px;
  color: #FFFFFF;
}
.fw-fbt {
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 16px;
}
.fw-desc-text {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 40px;
  width: 258px;
  text-align: center;
}
.fw-desc-btn {
  width: 140px;
  height: 40px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 88px;
  transition: 0.3s;
}
.fw-desc-btn:hover {
  border: 1px solid #2F80FF;
  color: #2F80FF;
  transition: 0.3s;
}
.lb-gg-box {
  margin-top: 24px;
  height: 120px;
}
.lb-gg-box .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.lb-gg-box .swiper-container .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  opacity: 1;
  margin: 0 2px !important;
}
.lb-gg-box .swiper-container .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  opacity: 1;
  border-radius: 12px;
}
.lb-gg-box .swiper-container .swiper-pagination-bullets {
  bottom: 16px;
}
.lb-gg-box .swiper-container .swiper-wrapper,
.lb-gg-box .swiper-container a,
.lb-gg-box .swiper-container .swiper-slide,
.lb-gg-box .swiper-container img {
  width: 100%;
  height: 100%;
}
.lb-gg-box .swiper-container img {
  object-fit: cover;
  border-radius: 8px;
}
.lb-gg-box .swiper-container a {
  display: block;
}
.zx-bk-box {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.zx-bk-left {
  width: 850px;
}
.zx-nav {
  width: 100%;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.zx-nav-item {
  height: 100%;
  margin-left: 13px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.zx-nav-item:first-child {
  margin-left: 0;
}
.zx-nav-item:hover {
  transition: 0.3s;
  color: #FFFFFF;
  background: #2F80FF;
  border: 1px solid #2F80FF;
}
.zx-nav-active {
  transition: 0.3s;
  color: #FFFFFF;
  background: #2F80FF;
  border: 1px solid #2F80FF;
}
.zx-active {
  display: block !important;
}
.zx-bk-content {
  width: 100%;
}
.zx-bk-content .zx-list {
  display: none;
  padding-top: 4px;
}
.zx-list {
  width: 100%;
  box-sizing: border-box;
}
.zx-item {
  width: 100%;
  margin-top: 30px;
}
.zx-title-box {
  width: 100%;
  display: flex;
}
.zx-title-label {
  display: flex;
  color: #FFFFFF;
  width: 21px;
  height: 21px;
  background: #ff5d61;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.zx-title-desc {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-left: 10px;
  max-width: calc(100% - 32px);
  transition: 0.3s;
}
.zx-title-desc:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.zx-author-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.zx-author-img {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.zx-author-name {
  color: #999999;
  padding-left: 7px;
  box-sizing: border-box;
}
.zx-desc-box {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.zx-desc-text {
  width: 728px;
  text-align: justify;
  line-height: 21px;
  color: #999999;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.zx-desc-text:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.zx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  background: #2F80FF;
  border-radius: 4px;
  color: #FFFFFF;
  transition: 0.3s;
}
.zx-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.zx-real-time {
  width: 400px;
  height: 630px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}
.zx-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.zx-head-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.zx-head-btn {
  width: 90px;
  height: 30px;
  border: 1px solid #2F80FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F80FF;
  transition: 0.3s;
}
.zx-head-btn:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.real-data-box {
  width: 100%;
  display: flex;
  margin-top: 28px;
}
.real-data-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.real-data-number {
  font-size: 20px;
  line-height: 26px;
}
.real-data-one {
  color: #2F80FF;
}
.real-data-two {
  color: #ff5d61;
}
.real-data-label {
  margin-top: 8px;
}
.real-wd-box {
  width: 100%;
  margin-top: 30px;
}
.real-wd-item {
  width: 100%;
  margin-top: 14px;
}
.real-wd-item:first-child {
  margin-top: 0;
}
.real-wd-info {
  display: flex;
  align-items: center;
}
.real-wd-time {
  width: 70px;
  overflow: hidden;
  height: 20px;
  color: #999999;
}
.real-wd-bt {
  flex: 1;
  font-size: 16px;
  transition: 0.3s;
}
.real-wd-bt:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.real-desc-box {
  width: 100%;
  height: 112px;
  padding-left: 26px;
  box-sizing: border-box;
  margin-top: 17px;
}
.real-desc-content {
  height: 100%;
  width: 100%;
  border-left: 1px solid #EBEBEB;
  padding-left: 44px;
  box-sizing: border-box;
}
.real-author-info {
  display: flex;
  align-items: center;
}
.real-author-tx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.real-author-box {
  margin-left: 10px;
  max-width: 240px;
}
.real-author-num {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.real-author-num span {
  color: #ff5d61;
}
.real-desc-text {
  color: #999999;
  line-height: 20px;
  -webkit-line-clamp: 2;
  margin-top: 16px;
  transition: 0.3s;
}
.real-desc-text:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.real-desc-text span {
  color: #ff5d61;
}
.zx-trend-box {
  margin-top: 48px;
}
.zx-trend-list {
  width: 100%;
  height: 364px;
  margin-top: 48px;
  overflow: hidden;
}
.zx-trend-item {
  width: 187px;
  height: 100%;
  position: relative;
  float: left;
}
.zx-trend-item:after {
  content: '';
  position: absolute;
  top: calc((100% - 36px) / 2);
  left: -18px;
  border-top: solid transparent 18px;
  border-bottom: solid transparent 18px;
  border-left: none;
}
.zx-trend-item:first-child {
  border-radius: 8px 0 0 8px;
  background: #F5F5F5;
}
.zx-trend-item:first-child:after {
  border-right: solid 18px #F5F5F5;
}
.zx-trend-item:nth-child(2) {
  background: #E9E9E9;
}
.zx-trend-item:nth-child(2):after {
  border-right: solid 18px #E9E9E9;
}
.zx-trend-item:nth-child(3) {
  background: #E1E1E1;
}
.zx-trend-item:nth-child(3):after {
  border-right: solid 18px #E1E1E1;
}
.zx-trend-item:nth-child(4) {
  background: #DCDCDC;
}
.zx-trend-item:nth-child(4):after {
  border-right: solid 18px #DCDCDC;
}
.zx-trend-item:last-child {
  border-radius: 0px 8px 8px 0px;
  background: #2F80FF;
}
.zx-trend-item:last-child:after {
  border-right: solid 18px #2F80FF;
}
.zx-trend-item:last-child .zx-fl-box p,
.zx-trend-item:last-child .zx-fl-desc,
.zx-trend-item:last-child .zx-trend-time {
  color: #FFFFFF;
}
.zx-trend-item:last-child .zx-fl-icon {
  background-image: url("../img/zx-fl-active.png");
}
.zx-trend-expand {
  width: 0px;
  height: 100%;
  display: block;
  float: left;
  position: relative;
}
.zx-trend-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zx-trend-active {
  width: 548px;
  z-index: 2;
  background: transparent !important;
}
.zx-trend-active .zx-trend-expand {
  width: 100%;
  height: 100%;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  overflow: hidden;
  transition: 1.5s;
}
.zx-trend-active .zx-trend-fl {
  width: 0px;
  transition: 1.5s;
}
.zx-trend-active:after {
  display: none !important;
}
.zx-trend-top {
  width: 100%;
}
.zx-trend-fl {
  width: 100%;
  height: 100%;
  float: left;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zx-fl-icon {
  width: 16px;
  height: 16px;
  background-image: url("../img/zx-fl-icon.png");
  margin-left: 8px;
}
.zx-fl-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.zx-fl-box p {
  font-size: 20px;
  max-width: calc(100% - 24px);
}
.zx-fl-desc {
  margin-top: 20px;
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
  -webkit-line-clamp: 5;
}
.zx-trend-time {
  font-size: 16px;
}
.zx-trend-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 127px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.zx-trend-info {
  width: 100%;
  display: flex;
  padding: 0 24px 20px;
  box-sizing: border-box;
}
.zx-trend-info p {
  font-size: 18px;
  color: #FFFFFF;
}
.zx-info-bt {
  flex: 1;
  transition: 0.3s;
}
.zx-info-bt:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.zx-info-time {
  margin-left: 10px;
}
.gs-box {
  width: 100%;
  margin-top: 48px;
  height: 500px;
  background-image: url("../img/gs_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gs-content {
  height: 100%;
  padding: 86px 0 104px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gs-bt {
  font-size: 32px;
  text-align: center;
}
.gs-data-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gs-num-box {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.gs-data-num {
  font-size: 69px;
}
.gs-unit {
  margin-top: 28px;
}
.gs-data-fbt {
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}
.partner-box {
  margin-top: 64px;
}
.hzhb-box {
  width: 83%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 64px;
}
#honor1 {
  width: 1790px;
  margin: 0 auto;
  height: 99px;
}
.partner-lb {
  width: 100%;
  height: 88px;
  margin-top: 60px;
  padding: 0 65px;
  box-sizing: border-box;
}
.partner-lb .tempWrap {
  height: 100%;
  width: 100% !important;
}
.partner-list {
  width: 100%;
  height: 100%;
}
.partner-item {
  width: 188px;
  height: 100%;
  margin-right: 32px;
}
.partner-item a {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 10px 22px;
  border-radius: 4px;
  transition: 0.3s;
}
.partner-item a:hover {
  transition: 0.3s;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}
.partner-item img {
  width: 100%;
  height: 56px;
}
.partner-desc {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}
.sp-box {
  margin-top: 34px;
}
.sp-box .swiper-container {
  width: 100%;
  height: 100%;
}
.sp-box .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
}
.sp-box .swiper-container:hover .swiper-button-prev,
.sp-box .swiper-container:hover .swiper-button-next {
  visibility: visible;
  transition: 0.3s;
}
.sp-box .swiper-container .swiper-button-prev,
.sp-box .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #EFEFEF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  top: 45%;
  visibility: hidden;
  transition: 0.3s;
}
.sp-box .swiper-container .swiper-button-prev {
  left: 10px;
  transition: 0.1s ease-in;
}
.sp-box .swiper-container .swiper-button-prev::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  width: 12px;
  height: 20px;
  transform: rotate(180deg);
  background: url(../img/sp-lb-icon.png) no-repeat;
  background-size: 100% 100%;
}
.sp-box .swiper-container .swiper-button-prev:hover {
  background: #2F80FF;
  transition: 0.1s ease-in;
}
.sp-box .swiper-container .swiper-button-prev:hover::after {
  background: url(../img/sp-lb-active.png) no-repeat;
  background-size: 100% 100%;
}
.sp-box .swiper-container .swiper-button-next {
  right: 10px;
  transition: 0.1s ease-in;
}
.sp-box .swiper-container .swiper-button-next::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
  width: 12px;
  height: 20px;
  background: url(../img/sp-lb-icon.png) no-repeat;
  background-size: 100% 100%;
}
.sp-box .swiper-container .swiper-button-next::after .swiper {
  min-width: 100%;
  height: 4.8rem;
}
.sp-box .swiper-container .swiper-button-next::after #lunbo-swiper1 .swiper-slide {
  min-width: 100%;
  height: 100%;
}
.sp-box .swiper-container .swiper-button-next:hover {
  background: #269BFF;
  transition: 0.1s ease-in;
}
.sp-box .swiper-container .swiper-button-next:hover::after {
  background: url(../img/sp-lb-active.png) no-repeat;
  background-size: 100% 100%;
}
.sp-left {
  width: 597px;
  height: 336px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.sp-left video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.sp-left video::-webkit-media-controls-play-button {
  display: none;
}
.sp-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(17, 29, 46, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  transition: 0.5s;
  opacity: 1;
}
.sp-cover:hover {
  transition: 0.5s;
  background: rgba(17, 29, 46, 0.6);
}
.sp-cover-none {
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.sp-right {
  width: 667px;
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-bt {
  display: block;
  font-size: 24px;
  line-height: 30px;
  max-width: 100%;
  transition: 0.3s;
}
.sp-bt:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.sp-author {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.sp-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.sp-author-info {
  margin-left: 10px;
}
.sp-author-name {
  font-size: 18px;
  line-height: 26px;
}
.sp-author-desc {
  margin-top: 4px;
  color: #999999;
}
.sp-info-top {
  width: 100%;
}
.sp-info-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 32px;
  -webkit-line-clamp: 5;
  transition: 0.3s;
}
.sp-info-text:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.sp-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
  cursor: pointer;
}
.sp-btn:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.sp-btn:hover .sp-btn-icon {
  width: 33px;
  height: 24px;
  transition: 0.3s;
  background-image: url("../img/sp-btn-cuer.png");
}
.sp-btn-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/sp-btn-icon.png");
  margin-left: 10px;
  transition: 0.3s;
}
.player-btn {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-image: url("../img/nessindex/palyer-icon1.png");
  transition: 0.5s;
}
.player-btn:hover {
  transition: 0.5s;
  transform: rotate(360deg);
}
.footer-info-box {
  width: 100%;
  background: #333333;
  padding: 40px 0;
  box-sizing: border-box;
  min-width: 1296px;
}
.footer-info {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1296px;
}
.gs-logo img {
  width: 238px;
  height: 90px;
}
.footer-fgx {
  display: inline-block;
  height: 197px;
  width: 1px;
  background: #292929;
}
.link-box {
  display: flex;
  align-items: flex-start;
}
.link-item {
  margin-right: 109px;
}
.link-item:last-child {
  margin-right: 0;
}
.link-title {
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 12px;
}
.link-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
}
.link-list {
  padding-top: 1px;
  box-sizing: border-box;
}
.link-list-item {
  margin-top: 16px;
}
.link-list-item a {
  display: flex;
  align-items: center;
}
.link-list-item a:hover .link-icon {
  background-image: url("../img/link-active-icon.png");
  transition: 0.3s;
}
.link-list-item a:hover .link-name {
  color: #FFFFFF;
  transition: 0.3s;
}
.link-icon {
  width: 10px;
  height: 10px;
  background-image: url("../img/link-icon.png");
  transition: 0.3s;
}
.link-name {
  color: rgba(255, 255, 255, 0.6);
  max-width: 98px;
  transition: 0.3s;
}
.footer-code-list {
  display: flex;
}
.footer-code-item {
  margin-left: 28px;
}
.footer-code-item:first-child {
  margin-left: 0;
}
.footer-code-item img {
  width: 94px;
  height: 94px;
}
.footer-code-item p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-code-line {
  display: block;
  width: 100%;
  margin: 20px 0;
  height: 1px;
  background: #292929;
}
.footer-lxwm {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.footer-lxwm a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
}
.lxwm-icon {
  width: 32px;
  height: 32px;
  opacity: 0.6;
  margin-left: 15px;
  background: url("../img/lxwm-icon.png");
}
.footer-filing {
  width: 100%;
  background: #292929;
  padding: 24px 0;
  box-sizing: border-box;
  min-width: 1296px;
}
.footer-filing-box {
  margin: 0 auto;
  width: 1296px;
}
.footer-filing-box .info {
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.footer-filing-box a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s all;
}
.footer-filing-box a:hover {
  transition: 0.3s all;
  color: #2F80FF;
}
.footer-filing-box img {
  vertical-align: middle;
}
.ksfw-box {
  margin-top: 24px;
  height: 398px;
  display: flex;
  justify-content: space-between;
}
.ksfw-left {
  width: 266px;
}
.ksfw-l-title {
  font-size: 20px;
  font-weight: bold;
}
.ksfw-l-item {
  width: 100%;
  margin-top: 20px;
}
.ksfw-l-item .ks-lb {
  margin-top: 12px;
}
.ksfw-fbt {
  font-size: 16px;
  color: #999999;
}
.ks-lb {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 83px);
  grid-gap: 8px;
}
.kslb-item a {
  display: block;
  height: 32px;
  background: #F1F3F5;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
  transition: 0.3s;
}
.kslb-item a:hover {
  transition: 0.3s;
  color: #FFFFFF;
  background: #2F80FF;
}
.ksfw-center {
  width: 697px;
  height: 100%;
}
.ksfw-center .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.ksfw-center .swiper-container .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  opacity: 1;
  margin: 0 2px !important;
}
.ksfw-center .swiper-container .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  opacity: 1;
  border-radius: 12px;
}
.ksfw-center .swiper-container .swiper-pagination-bullets {
  bottom: 16px;
}
.ksfw-center .swiper-container .swiper-wrapper,
.ksfw-center .swiper-container a,
.ksfw-center .swiper-container .swiper-slide,
.ksfw-center .swiper-container img {
  width: 100%;
  height: 100%;
}
.ksfw-center .swiper-container img {
  object-fit: cover;
  border-radius: 8px;
  height: 398px;
}
.ksfw-center .swiper-container a {
  display: block;
}
.ksfw-right {
  width: 300px;
  height: 100%;
}
.ksfw-right .bd-select {
  background-position: 274px center;
}
.ksfw-right .form-bd1-bottom {
  margin-top: 0px;
}
.ksfw-right .pt-desc {
  margin-top: 10px;
  text-align: left;
}
.ksfw-right .sp-liyy {
  margin-top: 14px;
}
.ksfw-right .bd-title {
  font-size: 16px;
  text-align: left;
}
.ksfw-right .form-bd1 {
  margin-top: 0px;
}
.ksfw-right .order-ys-box {
  margin-top: 0;
}
.ksfw-right .message-text {
  text-align: left;
}
.ksfw-right .bd-time {
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.fzfwtj-box {
  margin-top: 48px;
}
.sub-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-title-left {
  display: flex;
  align-items: flex-end;
}
.sub-bt {
  font-size: 32px;
}
.sub-bt-desc {
  font-size: 18px;
  color: #999999;
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.fzfwtj-content {
  width: 100%;
}
.fzfwtj-item {
  width: 100%;
  margin-top: 32px;
}
.fzfw-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fzfw-fl-name {
  border-left: 3px solid #2F80FF;
  font-size: 18px;
  padding-left: 10px;
}
.fzfw-more-box {
  display: flex;
  color: #999999;
  transition: 0.3s;
}
.fzfw-more-box:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.fzfw-bottom {
  width: 100%;
  height: 296px;
  display: flex;
  margin-top: 15px;
}
.fzfw-type {
  width: 266px;
  height: 100%;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}
.fzfw-type-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.fzfw-type-item:first-child {
  margin-top: 0;
}
.fzfw-type-name {
  font-size: 16px;
  max-width: 204px;
  transition: 0.3s;
}
.fzfw-type-name:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.sub-leftup-icon {
  margin-left: 10px;
  width: 8px;
  height: 11px;
  background-image: url("../img/sub-leftup-icon.png");
}
.fzfw-right {
  margin-left: 16px;
  width: calc(100% - 282px);
  display: flex;
  justify-content: space-between;
}
.fzfw-one {
  width: 190px;
  height: 100%;
}
.fzfw-one-item {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #F8F8F8;
}
.fzfw-one-img {
  display: block;
  height: 190px;
  width: 100%;
}
.fzfw-one-img img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.fzfw-one-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 13px;
  box-sizing: border-box;
}
.fzfw-bt {
  font-size: 16px;
  margin-top: 8px;
  transition: 0.3s;
  width: 100%;
}
.fzfw-bt:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.fzfw-desc {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  width: 100%;
  height: 16px;
}
.fzfw-action {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 8px;
}
.fzfw-price {
  display: inline-block;
  height: 21px;
  overflow: hidden;
}
.fzfw-price span {
  display: inline-block;
  font-size: 16px;
  color: #ff5d61;
  align-items: center;
  padding: 0 13px;
  box-sizing: border-box;
  transition: 0.3s;
}
.fzfw-price:hover {
  height: auto;
}
.fzfw-price:hover span {
  display: none;
}
.fzfw-price:hover .zfwf-btn {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.zfwf-btn {
  width: 90px;
  height: 30px;
  background: #2F80FF;
  border-radius: 4px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  visibility: hidden;
  transition: 0.3s;
}
.fzfw-tow {
  width: 302px;
  height: 100%;
}
.fzfw-tow .fzfw-one-item {
  height: 143px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  margin-top: 10px;
}
.fzfw-tow .fzfw-one-item:first-child {
  margin-top: 0;
}
.fzfw-tow .fzfw-one-img {
  width: 127px;
  height: 100%;
  border-radius: 4px;
}
.fzfw-tow .fzfw-info {
  height: 95%;
  max-width: 149px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fzfw-tow .fzfw-one-info {
  display: block;
  padding: 0;
}
.fzfw-tow .fzfw-action {
  display: block;
}
.fzfw-tow .fzfw-price span {
  padding: 0;
}
.fzfw-tow .fzfw-bt {
  margin-top: 0;
}
.fzfw-tow .fzfw-desc {
  -webkit-line-clamp: 3;
  height: auto;
}
.fzzx-box {
  margin-top: 48px;
  padding-bottom: 25px;
}
.sub-title-desc {
  height: 38px;
  background: #F1F3F5;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 38px;
  font-size: 16px;
  margin-left: 20px;
  position: relative;
}
.sub-title-desc:after {
  position: absolute;
  content: '';
  top: 13px;
  left: -9px;
  width: 0;
  height: 0;
  border-right: 10px solid #F1F3F5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: none;
}
.sub-title-zxzx {
  color: #2F80FF;
}
.sub-title-zxzx:hover {
  text-decoration: underline;
}
.sub-title-right {
  display: flex;
}
.sub-sf-box {
  display: flex;
  align-items: center;
  margin-left: 56px;
}
.sub-sf-box p {
  font-size: 20px;
  margin-left: 8px;
}
.sub-sf-num {
  color: #2F80FF;
}
.sub-wd-num {
  color: #ff5d61;
}
.fzzx-content {
  width: 100%;
  display: flex;
}
.fzzx-content .zx-list {
  width: 396px;
  margin-right: 53px;
}
.fzzx-content .zx-list:last-child {
  margin-right: 0;
}
.fzzx-content .zx-item {
  margin-top: 48px;
}
.fzzx-content .zx-desc-text {
  width: 100%;
  -webkit-line-clamp: 3;
}
.professional-master {
  margin-top: 48px;
}
.master-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 415px);
  grid-gap: 24px;
  margin-top: 48px;
}
.master-list .master-desc {
  text-align: left;
}
.master-item {
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.master-item:nth-child(1),
.master-item:nth-child(5) {
  background: #F1F7FC;
}
.master-item:nth-child(1) .master-label,
.master-item:nth-child(5) .master-label {
  background: #DDEBFC;
}
.master-item:nth-child(1) .master-label span,
.master-item:nth-child(5) .master-label span {
  color: #385788;
}
.master-item:nth-child(1) .master-label:after,
.master-item:nth-child(5) .master-label:after {
  border-right: 10px solid #DDEBFC;
}
.master-item:nth-child(2),
.master-item:nth-child(6) {
  background: #FBF5F6;
}
.master-item:nth-child(2) .master-label,
.master-item:nth-child(6) .master-label {
  background: #F9E7EB;
}
.master-item:nth-child(2) .master-label span,
.master-item:nth-child(6) .master-label span {
  color: #A45456;
}
.master-item:nth-child(2) .master-label:after,
.master-item:nth-child(6) .master-label:after {
  border-right: 10px solid #F9E7EB;
}
.master-item:nth-child(3) {
  background: #F1F9F5;
}
.master-item:nth-child(3) .master-label {
  background: #DDEFE8;
}
.master-item:nth-child(3) .master-label span {
  color: #42785D;
}
.master-item:nth-child(3) .master-label:after {
  border-right: 10px solid #DDEFE8;
}
.master-item:nth-child(4) {
  background: #FBF5FB;
}
.master-item:nth-child(4) .master-label {
  background: #F1E6F1;
}
.master-item:nth-child(4) .master-label span {
  color: #634263;
}
.master-item:nth-child(4) .master-label:after {
  border-right: 10px solid #F1E6F1;
}
.master-left {
  height: 172px;
  width: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.master-img {
  height: 172px;
  width: 130px;
  border-radius: 4px;
}
.master-info {
  width: 100%;
}
.master-head {
  display: flex;
  align-items: center;
}
.master-name {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 18px;
  max-width: calc(100% - 142px);
}
.master-label {
  margin-left: 14px;
  font-size: 14px;
  height: 28px;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  max-width: 128px;
  line-height: 28px;
}
.master-label span {
  display: inline-block;
  overflow: hidden;
  height: 100%;
}
.master-label:after {
  position: absolute;
  content: '';
  top: 8px;
  left: -9px;
  width: 0;
  height: 0;
  border-right: 10px solid #F1F3F5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: none;
}
.master-data {
  display: flex;
  margin-top: 15px;
}
.master-data-item {
  margin-right: 24px;
  color: #999999;
}
.master-data-item:last-child {
  margin-right: 0;
}
.master-data-item span {
  padding-left: 12px;
}
.master-data-fw {
  color: #ff5d61;
}
.master-data-pj {
  color: #2F80FF;
}
.master-desc {
  width: 100%;
  margin-top: 16px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  text-align: center;
}
.master-desc-bt {
  color: #999999;
}
.master-action-box {
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.master-action-box:hover {
  height: auto;
}
.master-action-box:hover .master-phone-box {
  display: none;
}
.master-action-box:hover .zfwf-btn {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
.master-phone-box {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.master-phone-icon {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-image: url("../img/master-phone-icon.png");
}
.wxzx-box {
  margin-top: 48px;
}
.wxzx-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.wxzx-content .sptj-serve {
  width: 403px;
}
.wxzx-left {
  width: 870px;
}
.wxzx-left .zx-list2 {
  margin-top: 26px;
}
.wxzx-left .zx-item2 {
  margin-bottom: 24px;
}
.wxzx-left .zx-item2:last-child {
  margin-bottom: 0;
}
.list-box .zx-list2 {
  display: none;
}
.zx-list2 {
  width: 100%;
}
.zx-item2 {
  width: 100%;
  height: 105px;
  display: flex;
  justify-content: space-between;
}
.zx-img2-box {
  display: block;
  width: 156px;
  height: 100%;
  margin-right: 16px;
  position: relative;
}
.zx-img2-box img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.zx-right {
  flex: 1;
  height: 100%;
  max-width: 706px;
}
.zx-right .zx-title-desc {
  margin-left: 0;
  max-width: 100%;
}
.zx-right .zx-author-box {
  margin-top: 8px;
}
.zx-right .zx-author-img {
  width: 20px;
  height: 20px;
}
.zx-right .zx-author-name {
  font-size: 12px;
  height: 16px;
  max-width: 104px;
  overflow: hidden;
}
.zx-right .zx-desc-box {
  margin-top: 14px;
}
.zx-right .zx-desc-text {
  width: 100%;
  -webkit-line-clamp: 2;
}
.zx-author-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.zx-label-list {
  display: flex;
  max-width: 192px;
  height: 16px;
  overflow: hidden;
}
.zx-label-item {
  font-size: 12px;
  color: #2F80FF;
  transition: 0.3s;
}
.zx-label-item:hover {
  transition: 0.3s;
  color: #2668CF;
  text-decoration: underline;
}
.sptj-serve {
  width: 100%;
  border: 1px solid #F1F3F5;
  border-radius: 4px;
  padding: 24px 16px;
  box-sizing: border-box;
}
.sptj-serve .sptj-bt {
  width: 100%;
  display: flex;
  align-items: center;
}
.sptj-serve .sptj-label {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ff5d61;
  border-radius: 50%;
  background-image: url("../img/dz.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 17px;
  margin-right: 8px;
}
.sptj-serve .sptj-title {
  font-size: 20px;
  font-weight: bold;
}
.sptj-list {
  width: 100%;
}
.sptj-list .sptj-item {
  width: 100%;
  margin-top: 32px;
}
.sptj-list .fwtj-bt {
  width: 100%;
  display: flex;
  align-items: center;
}
.sptj-list .fwtj-bt p {
  overflow: hidden;
  color: #F1F3F5;
  flex: 1;
  margin-left: 5px;
  font-size: 12px;
}
.sptj-list .sp-fl {
  font-size: 16px;
}
.sptj-list .sp-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 108px;
  overflow: hidden;
}
.sptj-list .sp-list li {
  display: flex;
  margin-right: 23px;
}
.sptj-list .sp-list .sp-name {
  display: block;
  color: #666666;
  margin-top: 16px;
  line-height: 20px;
  transition: all 0.3s;
}
.sptj-list .sp-list .sp-name:hover {
  transition: all 0.3s;
  color: #2F80FF;
}
.service-desc-box {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.service-desc-item {
  display: flex;
  height: 48px;
  align-items: center;
}
.fwms-icon {
  width: 48px;
  height: 48px;
}
.fwms-right {
  margin-left: 10px;
}
.fwms-bt {
  font-size: 16px;
}
.fwms-fbt {
  margin-top: 4px;
  font-size: 12px;
  color: #999999;
}
.jxfw-box {
  margin-top: 40px;
}
.service-title-box {
  height: 42px;
  display: flex;
  align-items: center;
  position: relative;
}
.service-title-bg {
  width: 100%;
  height: 13px;
  background-image: url("../img/line.png");
  background-repeat: repeat;
  background-size: 8px 13px;
  background-position: center;
}
.service-desc-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-desc {
  padding: 0 25px;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.service-bt-icon {
  width: 27px;
  height: 17px;
  background-image: url("../img/fwbt-icon.png");
}
.service-bt {
  font-size: 32px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.fwbt-big {
  width: 10px;
  height: 12px;
  background-image: url("../img/fwbt-big-icon.png");
  margin: 0 10px;
}
.jxfw-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.jsfw-nav-item {
  font-size: 20px;
  margin-right: 64px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 16px;
}
.jsfw-nav-item:last-child {
  margin-right: 0;
}
.jsfw-nav-item:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.jsfw-nav-item:hover:after {
  transition: 0.3s;
  content: '';
  position: absolute;
  left: calc((100% - 50px) / 2);
  bottom: -16px;
  width: 50px;
  height: 2px;
  background: #2F80FF;
}
.jsfw-nav-active {
  transition: 0.3s;
  color: #2F80FF;
}
.jsfw-nav-active:after {
  transition: 0.3s;
  content: '';
  position: absolute;
  left: calc((100% - 50px) / 2);
  bottom: -16px;
  width: 50px;
  height: 2px;
  background: #2F80FF;
}
.jxfw-bk-box {
  width: 100%;
  height: 406px;
  background-image: url("../img/jxfw-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-width: 1296px;
}
.jxfw-bk-item {
  position: absolute;
  right: 0;
  top: 32px;
  height: 342px;
  width: 84%;
  background: #FFFFFF;
  border-radius: 200px 0px 0px 200px;
  display: none;
  overflow: hidden;
}
.jxfw-bk-left {
  height: 100%;
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}
.jxfw-w {
  width: 150px;
  padding-left: 16px;
}
.jxfw-type-name {
  width: 96px;
  font-size: 48px;
  height: 128px;
  overflow: hidden;
}
.jxfw-line {
  width: 96px;
  font-size: 14px;
  margin-top: 10px;
}
.jxfw-line em {
  display: inline-block;
  width: 34px;
  height: 3px;
  background: #333333;
}
.jxfw-desc {
  font-size: 16px;
  margin-top: 24px;
}
.jxfw-list-box {
  width: 82%;
  height: 100%;
}
.jxfw-list {
  height: 100%;
  width: calc(100% - 50px);
  display: flex;
}
.jxfw-active {
  display: flex;
}
.jxfw-item {
  padding: 16px 0;
  box-sizing: border-box;
  margin-right: 16px;
  width: 194px;
}
.jxfw-item .fzfw-one-info {
  padding: 0px;
}
.jxfw-item .fzfw-bt {
  font-size: 18px;
}
.jxfw-item .fzfw-desc {
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}
.jxfw-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.jxfw-item .fzfw-price span {
  padding: 0;
  font-size: 18px;
}
.jxfw-item .fzfw-price {
  height: auto;
}
.jxfw-item .fzfw-price:hover span {
  display: block;
}
.jxfw-img {
  height: 194px;
  width: 100%;
  border-radius: 4px;
}
.jxfw-price-info {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  align-items: center;
}
.jxfw-pl {
  font-size: 14px;
}
.jxfw-pl span {
  color: #2F80FF;
}
.jxfw-content-box {
  margin-top: 48px;
}
.service-container {
  width: 100%;
  margin-top: 40px;
}
.service-type-item {
  width: 100%;
}
.service-type-item:first-child {
  margin-top: 0;
}
.service-type-item:nth-child(1) .service-btn {
  color: #196ED1;
}
.service-type-item:nth-child(1) .fw_child {
  background: url("../img/fw_child_01.png");
}
.service-type-item:nth-child(1) .service-type-fl {
  background: url("../img/type_bg_01.jpg") no-repeat;
  background-size: 100%;
}
.service-type-item:nth-child(2) .service-btn {
  color: #F3635D;
}
.service-type-item:nth-child(2) .fw_child {
  background: url("../img/type_bg_02.png");
}
.service-type-item:nth-child(2) .service-type-fl {
  background: url("../img/fw_child_02.jpg") no-repeat;
  background-size: 100%;
}
.service-type-item:nth-child(3) .service-btn {
  color: #269F5F;
}
.service-type-item:nth-child(3) .fw_child {
  background: url("../img/fw_child_03.png");
}
.service-type-item:nth-child(3) .service-type-fl {
  background: url("../img/type_bg_03.jpg") no-repeat;
  background-size: 100%;
}
.service-type-info {
  width: 100%;
  display: flex;
  height: 325px;
  margin-top: 16px;
}
.service-type-fl {
  height: 100%;
  width: 248px;
  background-size: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
}
.service-type-name {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.service-type-desc {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 5px;
}
.service-type-line {
  display: block;
  width: 34px;
  height: 3px;
  background: #FFFFFF;
  margin-top: 16px;
}
.service-children-list {
  width: 100%;
  flex-wrap: wrap;
  max-height: 120px;
  overflow: hidden;
  display: flex;
  line-height: 0;
  margin-top: 16px;
}
.service-children-item {
  margin-top: 8px;
  margin-right: 8px;
  height: 32px;
}
.service-children-item a {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  color: #FFFFFF;
  padding: 0 12px;
  box-sizing: border-box;
  transition: 0.3s;
}
.service-children-item a:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.4);
}
.service-btn {
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 23px;
  font-size: 16px;
  justify-content: space-between;
}
.fw_child {
  width: 7px;
  height: 11px;
}
.service-adv {
  height: 100%;
  width: 638px;
}
.service-adv a,
.service-adv img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.service-adv2 {
  width: 404px;
  height: 100%;
  margin-left: 8px;
}
.service-adv2 a,
.service-adv2 img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.swiper-block {
  margin-top: 16px;
  width: 100%;
  height: 378px;
}
.swiper-block .swiper-container {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
}
.swiper-block .swiper-container .swiper-slide {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
}
.swiper-block .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #999999;
  opacity: 0.4;
  border-radius: 0px 17px 17px 0px;
  top: 45%;
  left: 0;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-container .swiper-button-prev::after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 9px;
  width: 9px;
  height: 14px;
  background: url(../img/select-w02.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-block .swiper-container .swiper-button-prev:hover {
  opacity: 0.7;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #999999;
  opacity: 0.4;
  border-radius: 17px 0px 0px 17px;
  top: 45%;
  right: 0;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-container .swiper-button-next::after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  right: 9px;
  width: 9px;
  height: 14px;
  background: url(../img/select-w01.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-block .swiper-container .swiper-button-next:hover {
  opacity: 0.7;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #999999;
  opacity: 0.4;
  border-radius: 0px 17px 17px 0px;
  top: 45%;
  left: 0;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-button-prev::after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 9px;
  width: 9px;
  height: 14px;
  background: url(../img/select-w02.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-block .swiper-button-prev:hover {
  opacity: 0.7;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #999999;
  opacity: 0.4;
  border-radius: 17px 0px 0px 17px;
  top: 45%;
  right: 0;
  transition: 0.1s ease-in;
}
.swiper-block .swiper-button-next::after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  right: 9px;
  width: 9px;
  height: 14px;
  background: url(../img/select-w01.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-block .swiper-button-next:hover {
  opacity: 0.7;
  transition: 0.1s ease-in;
}
.base-fw .fzfw-bt {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
.base-fw .fzfw-desc {
  text-align: center;
  font-size: 14px;
}
.base-fw .fzfw-one-img {
  height: 246px;
}
.base-fw .fzfw-action {
  margin-top: 18px;
}
.sjpd-box {
  margin-top: 48px;
}
.sjpd-box .service-desc-content {
  justify-content: space-between;
}
.sjpd-box .service-desc {
  padding: 0 25px 0 0;
}
.jdpd-btn {
  display: flex;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #999999;
  transition: 0.3s;
}
.jdpd-btn:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.sjpd-a-icon {
  width: 7px;
  height: 11px;
  background: url("../img/sjpd-a-icon.png");
  margin-left: 8px;
}
.ppfw-box {
  margin-top: 40px;
}
.ppfw-head {
  width: 100%;
  height: 48px;
  display: flex;
}
.ppfw-nav-list {
  display: flex;
  width: 1142px;
  height: 100%;
  align-items: center;
  background: #F8F8F8;
}
.ppfw-nav-item {
  width: 16.6%;
  height: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.ppfw-nav-cur {
  border-top: 3px solid #2F80FF;
  background: #FFFFFF;
}
.ppfw-lkyy {
  flex: 1;
  height: 100%;
  background: #2F80FF;
  display: flex;
  font-size: 18px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.ppfw-lkyy:hover {
  background: #2668CF;
  transition: 0.3s all;
}
.ppfw-lkyy:hover .lkyy-icon {
  width: 22px;
  background: url("../img/arrow-right-plus.png") no-repeat;
  transition: 0.3s all;
}
.lkyy-icon {
  display: block;
  width: 15px;
  height: 14px;
  background: url("../img/arrow-right.png") no-repeat;
  background-size: 100%;
  margin-left: 6px;
  transition: 0.3s all;
}
.ppfw {
  height: 450px;
  margin-top: 8px;
  width: 100%;
}
.ppfw-bk {
  width: 100%;
  height: 100%;
  display: none;
}
.ppfw-bk-flex {
  display: flex;
}
.ppfw-type-none {
  display: none;
}
.ppfw-bk-left {
  width: 240px;
  height: 100%;
  position: relative;
}
.ppfw-type {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #F8F8F8;
}
.ppfw-type-item {
  margin-top: 24px;
  font-size: 16px;
  padding: 0 24px;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.1s;
}
.ppfw-type-item:last-child {
  margin-bottom: 24px;
}
.ppfw-type-item:hover {
  border-left: 3px solid #2F80FF;
  color: #2F80FF;
  transition: 0.1s;
}
.ppfw-type-cur {
  border-left: 3px solid #2F80FF;
  color: #2F80FF;
  transition: 0.1s;
}
.ppfw-type-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66px;
  display: none;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
}
.ppfw-bk-right {
  width: 1056px;
  height: 100%;
  padding-left: 32px;
  padding-top: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.ppfw-list {
  width: 100%;
  display: none;
  grid-template-columns: repeat(2, 477px);
  grid-gap: 23px 70px;
}
.ppfw-list-block {
  display: grid;
}
.ppfw-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
  justify-content: space-between;
}
.ppfw-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc((100% - 6px) / 2);
  width: 6px;
  height: 6px;
  background: #DDDDDD;
  border-radius: 50%;
}
.ppfw-info {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ppfw-name {
  flex: 1;
  max-width: 75%;
  font-size: 18px;
  color: #222222;
  transition: 0.3s all;
}
.ppfw-name:hover {
  color: #2F80FF;
  transition: 0.3s all;
}
.ppfw-price {
  font-size: 16px;
  color: #ff5d61;
}
.ppfw-yy {
  width: 96px;
  height: 33px;
  border: 1px solid #2F80FF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #2F80FF;
  transition: 0.3s all;
}
.ppfw-yy:hover {
  background: #2F80FF;
  color: #FFFFFF;
  transition: 0.3s all;
}
.more-gz {
  margin-top: 23px;
  font-size: 16px;
  color: #2F80FF;
  transition: 0.3s all;
}
.more-gz:hover {
  text-decoration: underline;
}
.gg-box {
  height: 120px;
  background: #FFFFFF;
  border-radius: 4px;
}
.gg-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.gg-box img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.nav-list-item {
  position: relative;
  line-height: 1.5;
  color: #999999;
  font-size: 14px;
}
.nav-list-item:hover {
  color: #2F80FF;
}
.nav-list-item:last-child {
  color: #333333;
}
.nav-list-item:last-child:after {
  display: none;
}
.nav-list-item:after {
  display: inline;
  content: '>';
  color: #999999;
  padding: 0 10px;
}
.fw-list {
  display: grid;
  grid-template-columns: repeat(5, 246px);
  grid-gap: 16px;
}
.fw-list .fzfw-one-item {
  height: 378px;
}
.fwlb-box .fw-list {
  margin-top: 24px;
}
.page-turner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  transition: all 0.3s;
}
.page-turner :hover {
  transition: all 0.3s;
  color: #FFFFFF !important;
  background: #2F80FF;
}
.page-turner a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
  width: 154px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
}
.page-turner a:first-child {
  margin-right: 12px;
}
.page-turner-cur {
  background: #2F80FF;
}
.fw-sort .sort-item {
  width: 100%;
  display: flex;
}
.fw-sort .sort-title {
  color: #333333;
  width: 80px;
  margin-top: 20px;
  font-weight: bold;
}
.fw-sort .sort-list {
  width: 1180px;
  display: flex;
  flex-wrap: wrap;
  transition: all 1s;
}
.fw-sort .sort-list .sort-label {
  padding: 0 12px;
  box-sizing: border-box;
  height: 32px;
  background: #F1F3F5;
  color: #666666;
  margin-right: 8px;
  margin-top: 20px;
}
.fw-sort .sort-list .sort-label a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fw-sort .sort-list .sort-label:hover {
  background: #2F80FF !important;
  transition: all 0.3s;
}
.fw-sort .sort-list .sort-label:hover a {
  color: #FFFFFF !important;
}
.fw-sort .sort-label-cur {
  background: #2F80FF !important;
  transition: all 0.3s;
}
.fw-sort .sort-label-cur a {
  color: #FFFFFF !important;
}
.fw-sort .sort-all {
  width: 60px;
  height: 30px;
  margin-top: 20px;
  align-items: center;
  color: #666666;
  display: none;
  cursor: pointer;
  justify-content: flex-end;
}
.fw-sort .sort-all i {
  transition: all 0.3s;
  font-size: 14px;
  font-style: initial;
  color: #999999;
}
.fw-sort .sort-all em {
  display: block;
  width: 11px;
  height: 6px;
  transition: all 0.3s;
  margin-left: 5px;
  background: url("../img/select-up.png") no-repeat;
  background-size: 100% 100%;
}
.sort-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.sort-l {
  width: 960px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
.sort-l .rmfw-item {
  width: 228px !important;
  height: 331px !important;
  background: #F8F8F8 !important;
  padding: 11px !important;
  margin-right: 16px;
  margin-bottom: 16px;
}
.sort-l .rmfw-item:nth-of-type(4n) {
  margin-right: 0;
}
.sort-l .rmfw-img {
  height: 206px !important;
}
.sort-r {
  width: 262px;
}
.transaction-box {
  width: 100%;
  height: 40px;
  background: #F1F3F5;
  border-radius: 4px;
  margin-top: 24px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transaction-left {
  width: 50%;
  display: flex;
  align-items: center;
}
.transaction-left .message-swiper {
  width: auto;
  margin: 0;
}
.transaction-icon {
  width: 18px;
  height: 15px;
  background-image: url("../img/transaction-icon.png");
}
.transaction-bt {
  padding-left: 12px;
  font-weight: bold;
}
.message-fw {
  padding-left: 10px;
  color: #ff5d61 !important;
}
.label-list {
  display: flex;
  align-items: center;
}
.label-item {
  display: flex;
  align-items: center;
  margin-left: 28px;
}
.label-item span {
  color: #999999;
  padding-left: 6px;
}
.label-icon {
  width: 14px;
  height: 14px;
  background-image: url("../img/label-icon.png");
}
.fwxq-box {
  margin-top: 24px;
}
.fwxq-box .rxfw-box {
  margin-top: 24px;
}
.fwxq-info-box {
  width: 100%;
  display: flex;
}
.detail-banner {
  width: 500px;
}
.fw-xq-top {
  width: 100%;
  height: 375px;
}
.fw-xq-top .swiper-container {
  width: 100%;
  height: 100%;
}
.fw-xq-top .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.fw-xq-top .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-xq-top .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fw-action {
  margin-top: 12px;
  width: 100%;
  height: 78px;
}
.fw-action .swiper-container {
  width: 100%;
  height: 100%;
}
.fw-action .swiper-container .swiper-button-prev {
  width: 24px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 22px;
  left: 0;
  border-radius: initial;
  transition: 0.1s ease-in;
}
.fw-action .swiper-container .swiper-button-prev::after {
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  left: 8px;
  width: 9px;
  height: 15px;
  background: url(../img/dy-left-w.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.fw-action .swiper-container .swiper-button-prev:hover {
  background: #2F80FF;
  transition: 0.1s ease-in;
}
.fw-action .swiper-container .swiper-button-next {
  width: 24px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 22px;
  right: 0;
  border-radius: initial;
  transition: 0.1s ease-in;
}
.fw-action .swiper-container .swiper-button-next::after {
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  left: 8px;
  width: 9px;
  height: 15px;
  background: url(../img/dy-left-w.png) no-repeat;
  background-size: 100% 100%;
}
.fw-action .swiper-container .swiper-button-next:hover {
  background: #2F80FF;
  transition: 0.1s ease-in;
}
.fw-action .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.fw-action .swiper-slide {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.fw-action .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fwxq-detail-info {
  height: 100%;
  width: calc(100% - 532px);
  margin-left: 32px;
  position: relative;
}
.fwxq-detail-info .fwxq-ksxd {
  position: absolute;
  top: 0;
  right: 0;
}
.fwxq-detail-head {
  width: 71%;
  min-height: 165px;
}
.fwxq-title {
  font-size: 32px;
  line-height: 45px;
}
.fwxq-ksxd {
  width: 197px;
  border: 1px solid #EBEBEB;
}
.ksxd-img-box {
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
}
.ksxd-img-box img {
  width: 162px;
  height: 162px;
}
.ksxd-ts {
  height: 42px;
  background: #F8F8F8;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.fwxq-desc {
  margin-top: 8px;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  text-align: justify;
}
.price-info {
  padding: 20px 0;
  display: flex;
  align-items: flex-end;
}
.price-desc {
  display: flex;
  align-items: center;
  height: 42px;
}
.price-text {
  font-size: 20px;
  color: #ff5d61;
  display: flex;
}
.price-text p {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}
.price-text div {
  margin-top: 13px;
}
.price-text-line {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  margin-top: 10px;
  padding-left: 10px;
}
.go-order {
  cursor: pointer;
  margin-left: 20px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  transition: 0.3s;
}
.go-order:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.open-member {
  width: 382px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(47, 128, 255, 0.1);
  color: #2f80ff;
  font-size: 14px;
  padding: 5px 5px 5px 8px;
  box-sizing: border-box;
}
.ljkt {
  width: 80px;
  height: 30px;
  background: #2F80FF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.ljkt:hover {
  transition: 0.3s;
  background: #2668CF;
}
.dimension-box {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.dimension-item {
  font-size: 16px;
  color: #999999;
  margin-right: 32px;
}
.detail-info-action {
  width: 100%;
  display: flex;
  margin-top: 44px;
}
.zxxd-btn {
  cursor: pointer;
  outline: none;
  width: 382px;
  height: 44px;
  background: #2F80FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.zxxd-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.detail-info-action-order {
  display: inline-block;
  width: 219px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #2F80FF;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  color: #2F80FF;
  margin-left: 12px;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s;
}
.detail-info-action-order:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.zxzx-btn {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  transition: 0.3s;
}
.zxzx-btn:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.zxzx-btn .kf-icon {
  position: static;
  width: auto;
  height: 33px;
  margin-right: 5px;
}
.guarantee-box {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.guarantee-title {
  display: inline-block;
  font-weight: bold;
  padding-right: 22px;
  position: relative;
}
.guarantee-title:after {
  position: absolute;
  content: '';
  height: 10px;
  width: 1px;
  background: #BFBFBF;
  right: 0px;
  top: 5px;
}
.fw-style01 .fw-list {
  margin-top: 24px;
}
.fw-style01 .fzfw-price {
  height: auto;
}
.fw-style01 .zfwf-btn {
  visibility: visible;
  opacity: 1;
  background: transparent;
  color: #2F80FF;
  transition: 0.3s;
}
.fw-style01 .zfwf-btn:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.rxfw-box {
  width: 100%;
}
.page-title {
  font-size: 20px;
  font-weight: bold;
}
.fwxq-info-box2 {
  width: 100%;
  display: flex;
  margin-top: 24px;
}
.fwxq-tj {
  width: 246px;
}
.fwxq-tj-code {
  margin-bottom: 24px;
}
.fwxq-tj-code .fwxq-ksxd {
  width: 100%;
  margin-top: 24px;
}
.fwxq-tj-code .ksxd-img-box {
  padding: 24px 20px;
  box-sizing: border-box;
}
.fwxq-tj-code .ksxd-img-box img {
  height: 203px;
  width: 203px;
}
.fwxq-tj-code .ksxd-ts {
  font-size: 14px;
}
.rxtj-box {
  width: 100%;
  margin-bottom: 24px;
}
.rxtj-box .fw-list {
  grid-template-columns: repeat(1, 246px);
  grid-gap: 18px;
}
.page-small-title {
  font-weight: bold;
  font-size: 20px;
}
.fwxq-detail-box {
  margin-left: 16px;
  width: calc(100% - 262px);
}
.fw-fl-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 50px;
  background: #F8F8F8;
}
.fw-nav-list {
  height: 50px;
  overflow: hidden;
  display: flex;
}
.fw-nav-list .fw-nav-cur {
  transition: all 0.3s;
  background: #2F80FF;
}
.fw-nav-list .fw-nav-cur a {
  transition: all 0.3s;
  color: #FFFFFF;
}
.fw-nav-list .fw-nav-item {
  width: 164px;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  font-size: 18px;
}
.fw-nav-list .fw-nav-item:hover {
  transition: all 0.3s;
  background: #2F80FF;
}
.fw-nav-list .fw-nav-item:hover a {
  transition: all 0.3s;
  color: #FFFFFF;
}
.fw-nav-list .fw-nav-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.fw-desc-img {
  width: 100%;
}
.fw-desc-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fwxq-desc-title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #F1F3F5;
  padding: 0 15px;
  box-sizing: border-box;
}
.sfbz {
  margin-top: 18px;
  width: 100%;
}
.sf-table {
  width: 100%;
  border-top: 1px solid #F1F3F5;
  box-sizing: border-box;
  transition: 0.5s all;
}
.sf-tb-item {
  margin-top: 16px;
  border-left: 1px solid #F1F3F5;
}
.sf-line {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #F1F3F5;
  box-sizing: border-box;
  display: flex;
  transition: all 0.3s;
}
.sf-line:hover {
  background: #F1F3F5;
  transition: all 0.3s;
}
.sf-title {
  border: 1px solid #F1F3F5;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.sf-title:hover {
  background: #F8F8F8;
}
.sf-td {
  width: 50%;
  height: 100%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #F1F3F5;
  box-sizing: border-box;
  font-size: 16px;
}
.sf-btn {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-bottom: 1px solid #F1F3F5;
  height: 44px;
  background: #F8F8F8;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
}
.sf-btn:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.sf-btn .sf-icon {
  border-top: #333333 solid 7px;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: none;
  margin-left: 8px;
  overflow: visible;
}
.pj-l {
  display: flex;
  align-items: center;
}
.pj-r {
  color: #999999;
}
.fwpj {
  margin-top: 24px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.fwpj .pj-list {
  padding: 0 20px;
  box-sizing: border-box;
}
.pj-list {
  width: 100%;
  box-sizing: border-box;
}
.pj-list .pj-item {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: #F5F5F5 dashed 1px;
}
.pj-list .pj-item:last-child {
  border-bottom: none;
}
.pj-list .pj-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pj-list .pj-info .pj-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.pj-list .pj-info .pj-text {
  height: 100%;
  margin-left: 22px;
  flex: 1;
}
.pj-list .pj-info .pjsf-name {
  font-weight: bold;
}
.pj-list .pj-content {
  margin-top: 10px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
}
.pj-list .pj-img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pj-list .pj-img {
  width: 155px;
  height: 103px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-right: 8px;
}
.pj-list .pj-img img {
  width: 100%;
  height: auto;
}
.pf-list {
  transition: 1s all ease-in;
  display: flex;
  align-items: center;
}
.pf-list .pf-item {
  margin-right: 4px;
}
.pf-list .pf-item:last-child {
  margin-right: 0;
}
.pf-list .pf-item img {
  width: 12px;
  height: 12px;
}
.pj-info-r {
  margin-left: 12px;
}
.mbx-top .nav-list {
  margin-top: 0;
}
.mbx-top .master-desc {
  height: 40px;
}
.zx-container,
.wd-container,
.label-container,
.search-container {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.zx-container .gg-box,
.wd-container .gg-box,
.label-container .gg-box,
.search-container .gg-box {
  height: 88px;
}
.label-container .page-adv-box {
  margin-top: 40px;
}
.wd-container .wd-ph {
  margin-bottom: 24px;
}
.zx-container .wd-tw-content {
  margin-bottom: 24px;
}
.zx-container .rxfw-box {
  margin-bottom: 12px;
}
.zx-container-l {
  width: 893px;
}
.zx-container-l .zx-item2 {
  height: 125px;
  margin-top: 26px;
}
.zx-container-l .zx-img2-box {
  width: 186px;
}
.zx-container-l .zx-right {
  max-width: 690px;
}
.zx-container-l .zx-right .zx-desc-text {
  -webkit-line-clamp: 3;
}
.sub-wd-container .form-bd1 .bd-time {
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.sub-wd-container .order-ys-box {
  margin-top: 0;
}
.sub-wd-container .gg-box {
  height: 140px;
}
.sub-wd-container .zx-xq-title {
  vertical-align: middle;
}
.sub-wd-container .sub-tj-parent {
  position: relative;
}
.sub-wd-container .wd-hd-list .wd-hd-item:first-child .sub-tj-icon {
  display: block;
}
.sub-wd-container .wd-zy-box {
  width: 90px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #2F80FF;
  background: #FFFFFF;
  font-size: 14px;
  color: #2F80FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.sub-wd-container .wd-zy-box:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.sub-wd-container .form-bd1 {
  margin-top: 0px;
}
.sub-wd-container .form-bd1 .bd-select,
.sub-wd-container .form-bd1 .bd-input,
.sub-wd-container .form-bd1 .bd-code {
  border: none;
}
.sub-wd-container .form-bd1 .zx-qy {
  border: none;
  background: #FFFFFF;
}
.sub-wd-container .form-bd1 .form-bd1-bottom {
  margin-top: 10px;
}
.xq-title-label {
  width: 32px;
  height: 32px;
  background: #ff5d61;
  border-radius: 4px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 12px;
}
.sub-tj-icon {
  display: none;
  width: 97px;
  height: 97px;
  position: absolute;
  top: -10px;
  right: -71px;
}
.sub-wd-form {
  width: 100%;
  height: 466px;
  margin-bottom: 24px;
  background: url("../img/sub-wd-formBg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 0 18px;
  box-sizing: border-box;
  object-fit: cover;
}
.sub-wd-form-title {
  display: flex;
  justify-content: center;
}
.sub-wd-form-bt {
  width: 218px;
  height: 51px;
  margin-top: 10px;
}
.sub-num-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-num-box .dw-nums-roll {
  margin: 0 6px;
  position: relative;
  height: 22px;
  overflow-y: hidden;
  display: flex;
  color: #fff;
}
.sub-num-box .dw-nums-roll ul {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 20px;
  margin-left: 2px;
}
.sub-num-box .dw-nums-roll ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 4px;
  background: #2F80FF;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.sub-num-text {
  font-size: 16px;
  color: #222222;
}
.wxzx-label-list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
}
.wxzx-label-list li {
  display: flex;
  width: 33px;
  height: 18px;
  border-radius: 3px 0px 3px 0px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
  justify-content: center;
  margin-right: 4px;
}
.label-color1 {
  background: #269BFF;
}
.label-color2 {
  background: #FF6161;
}
.label-color3 {
  background: #1FB766;
}
.zx-col-box {
  display: flex;
  justify-content: space-between;
}
.zx-col-left {
  width: 849px;
}
.zx-swiper {
  height: 100%;
  width: 100%;
}
.zx-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  opacity: 1;
  margin: 0 2px !important;
}
.zx-swiper .swiper-pagination-bullet-active {
  width: 22px;
  height: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  opacity: 1;
  border-radius: 12px;
}
.zx-swiper .swiper-pagination-bullets {
  bottom: 16px !important;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: right;
  left: auto !important;
  right: 0;
  width: 11% !important;
}
.zx-swiper .swiper-wrapper,
.zx-swiper a,
.zx-swiper .swiper-slide,
.zx-swiper img {
  width: 100%;
  height: 100%;
}
.zx-swiper img {
  object-fit: cover;
}
.zx-swiper a {
  display: block;
}
.zx-swiper-box {
  width: 100%;
  height: 468px;
  position: relative;
  border-radius: 8px;
}
.zx-swiper-item {
  position: relative;
  border-radius: 8px;
}
.zx-swiper-item img {
  object-fit: cover;
  border-radius: 8px;
}
.zx-swiper-action {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.zx-swiper-tb {
  box-sizing: border-box;
  font-size: 16px;
  color: #FFFFFF;
  max-width: 80%;
  transition: 0.3s;
}
.zx-swiper-tb:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.zx-col-fight {
  width: 399px;
}
.zx-col-fight .rmwd-box {
  margin-top: 27px;
  margin-bottom: 0;
}
.zx-col-fight .ph-item:first-child {
  margin-top: 20px;
}
.zx-col-fight .rxfw-box {
  margin-top: 24px;
}
.rxfw-box2 .fw-list {
  display: grid;
  grid-template-columns: repeat(2, 192px);
  grid-gap: 0px 14px;
}
.rxfw-box2 .fzfw-one-info {
  padding: 0;
}
.rxfw-box2 .fzfw-one-item {
  background: #FFFFFF;
}
.rxfw-box2 .base-fw .fzfw-one-img {
  height: 192px;
}
.rxfw-box2 .fw-list .fzfw-one-item {
  height: auto;
}
.rxfw-box2 .base-fw .fzfw-action {
  margin-top: 0px;
}
.rxfw-box2 .base-fw .fzfw-bt {
  margin-top: 16px;
}
.rxfw-box2 .zfwf-btn:hover {
  background: #FFFFFF !important;
  color: #2F80FF !important;
  text-decoration: underline !important;
}
.ph-box {
  width: 100%;
}
.ph-box .flzx-ul {
  width: 100%;
}
.ph-box .flzx-ul-item {
  height: 237px;
}
.ph-title {
  width: 114px;
  height: 32px;
  background-image: url("../img/ph-icon.png");
  background-size: 100%;
}
.ph-list {
  width: 100%;
}
.ph-item {
  margin-top: 23px;
}
.ph-item a {
  display: flex;
  width: 100%;
  align-items: center;
}
.ph-item:nth-child(1) .ph-xh {
  background: #FF5D61;
}
.ph-item:nth-child(2) .ph-xh {
  background: #FFA200;
}
.ph-item:nth-child(3) .ph-xh {
  background: #FFD501;
}
.ph-xh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background: #BFBFBF;
  border-radius: 2px;
  color: #FFFFFF;
  margin-right: 8px;
}
.ph-desc-box {
  width: calc(100% - 27px);
  display: flex;
  align-items: center;
}
.ph-text {
  font-size: 16px;
  transition: 0.3s;
  flex: 1;
  margin-right: 20px;
}
.ph-text:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.ph-time {
  color: #999999;
}
.tjzx-box {
  width: 100%;
  padding-top: 10px;
}
.tjzx-list {
  width: 100%;
}
.tjzx-list .zx-author-img {
  width: 20px;
  height: 20px;
}
.tjzx-list .zx-author-box {
  margin-top: 0;
}
.tjzx-list .zx-desc-text {
  width: 100%;
  -webkit-line-clamp: 3;
}
.tjzx-list .zx-desc-box {
  margin-top: 16px;
}
.tjzx-list .zx-label-item {
  font-size: 14px;
}
.tjzx-item {
  display: flex;
  margin-top: 23px;
}
.tjzx-left {
  width: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 18px;
}
.tjzx-bq {
  width: 100%;
  height: 26px;
  background: #ff5d61;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.news-zx-bk {
  width: 100%;
  margin-top: 30px;
}
.flzx-box {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.flzx-box .page-small-title {
  width: 120px;
  height: 26px;
  overflow: hidden;
}
.flzx-box .new-head-right {
  width: calc(100% - 120px);
}
.flzx-box .new-nav-item {
  margin-left: 0;
  margin-right: 40px;
}
.flzx-box-one {
  width: 624px;
}
.div-block {
  display: none;
}
.div-blok-zs {
  display: block;
}
.flzx-content {
  width: 100%;
  margin-top: 32px;
}
.flzx-container {
  width: 100%;
  display: flex;
}
.flzx-container .flzx-ul {
  margin-right: 16px;
}
.flzx-container .flzx-ul-item:nth-child(1) {
  margin-top: 0;
}
.flzx-container .flzx-ul2-item:nth-child(1) {
  margin-top: 0;
}
.flzx-container .flzx-ul3-item:nth-child(1) {
  margin-top: 0;
}
.flzx-ul {
  width: 272px;
}
.flzx-ul-item {
  width: 100%;
  height: 182px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 16px;
}
.flzx-ul-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.flzx-ul-item img {
  width: 100%;
  height: 100%;
}
.flzx-ul-item .zx-swiper-tb {
  max-width: 100%;
}
.flzx-ul-item .zx-swiper-action {
  height: 36px;
}
.flzx-ul2 {
  width: 336px;
}
.flzx-ul2 li {
  width: 100%;
}
.flzx-ul2 li a {
  display: flex;
  width: 100%;
  align-items: center;
}
.flzx-ul2-label {
  display: block;
  width: 5px;
  height: 5px;
  background: #BFBFBF;
  border-radius: 50%;
  margin-right: 8px;
}
.flzx-ul2-right {
  width: calc(100% - 13px);
  display: flex;
  align-items: center;
}
.flzx-ul2-title {
  flex: 1;
  font-size: 16px;
  transition: 0.3s;
}
.flzx-ul2-title:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.flzx-ul2-time {
  color: #999999;
  margin-left: 18px;
}
.flzx-ul2-item {
  margin-top: 19px;
}
.flzx-ul3 {
  width: 336px;
}
.flzx-ul3-item {
  margin-top: 26px;
}
.flzx-ul3-item .news-zx-title {
  max-width: 100%;
  margin-top: 0;
}
.flzx-ul3-item .zx-desc-text {
  margin-top: 8px;
  width: 100%;
}
.flzx-container2 {
  width: 100%;
}
.flzx-ul4-list {
  width: 100%;
}
.flzx-ul4-item {
  width: 100%;
  display: flex;
  height: 85px;
}
.flzx-ul4-img {
  height: 100%;
  width: 126px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 16px;
}
.flzx-ul4-img img {
  width: 100%;
  height: 100%;
}
.flzx-ul4-info {
  width: calc(100% - 142px);
}
.flzx-ul4-info .news-zx-title {
  margin-top: 0px;
  width: 100%;
  font-size: 18px;
}
.flzx-ul4-info .zx-desc-text {
  margin-top: 20px;
  width: 100%;
  -webkit-line-clamp: 2;
}
.fzlx-ul5-list {
  width: 100%;
}
.fzlx-ul5-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.fzlx-ul5-icon {
  width: 15px;
  height: 15px;
  background-image: url("../img/sbx-icon.png");
  margin-right: 10px;
}
.fzlx-ul5-info {
  width: calc(100% - 25px);
  display: flex;
  align-items: center;
}
.fzlx-ul5-info .news-zx-title {
  margin-top: 0;
  flex: 1;
  max-width: none;
}
.fzlx-ul5-info .ph-time {
  margin-left: 40px;
}
.page-adv-box {
  width: 100%;
  border: 1px solid #E1EAF5;
  padding: 12px 170px 12px 12px;
  box-sizing: border-box;
  margin-top: 16px;
  display: flex;
  position: relative;
  background-image: url("../img/adv-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-adv-btn {
  position: absolute;
  right: 48px;
  top: calc((100% - 110px) / 2);
  z-index: 1;
}
.page-adv-btn a {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.3s;
}
.page-adv-btn01 {
  background: #2F80FF;
  color: #FFFFFF;
}
.page-adv-btn01:hover {
  transition: 0.3s;
  background: #2668CF;
}
.page-adv-btn02 {
  border: 1px solid #2F80FF;
  color: #2F80FF;
  margin-top: 10px;
  box-sizing: border-box;
}
.page-adv-btn02:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.page-adv-img {
  display: block;
  height: 140px;
  width: 140px;
}
.page-adv-img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.page-adv-info {
  flex: 1;
  margin-left: 12px;
}
.page-adv-info .price-text {
  font-size: 14px;
}
.page-adv-info .price-text p {
  font-size: 24px;
  font-weight: 400;
}
.page-adv-info .price-text div {
  margin-top: 10px;
}
.page-adv-title {
  display: flex;
  max-width: 554px;
  align-items: center;
}
.page-adv-bt {
  font-size: 20px;
  transition: 0.3s;
  margin-right: 10px;
  max-width: calc(100% - 310px);
}
.page-adv-bt:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.page-adv-fbt {
  max-width: 300px;
}
.page-adv-ms {
  display: block;
  line-height: 20px;
  color: #999999;
  margin-top: 16px;
  min-height: 40px;
  margin-bottom: 20px;
}
.page-adv-ms span {
  color: #333333;
}
.cjgz-box .flzx-ul2 {
  width: 100%;
}
.page-bq-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/adv-bq-icon.png");
  width: 80px;
  height: 83px;
}
.zx-type-box {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 0 24px 16px;
  box-sizing: border-box;
}
.zx-type-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.type-item-active a {
  transition: 0.3s;
  color: #2F80FF !important;
}
.zx-type-item {
  margin-right: 32px;
  margin-top: 16px;
}
.zx-type-item:hover a {
  transition: 0.3s;
  color: #2F80FF !important;
}
.zx-type-item a {
  font-size: 16px;
  transition: 0.3s;
}
.zx-type-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  margin-top: 16px;
}
.zx-type-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zx-child-item {
  margin-right: 40px;
  margin-top: 10px;
}
.zx-child-item:hover a {
  transition: 0.3s;
  color: #2F80FF !important;
}
.zx-child-item a {
  color: #666666;
  transition: 0.3s;
}
.zx-container-r {
  width: 355px;
}
.zx-container-r .ph-box {
  margin-bottom: 24px;
}
.zx-container-r .rmbq-box {
  margin-bottom: 24px;
}
.zx-container-r .rmbq-list {
  margin-top: 24px;
}
.adv-master-box {
  position: relative;
  width: 100%;
  height: 348px;
  background-image: url("../img/adv-master-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.adv-master-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 32px;
  background: #ff5d61;
  border-radius: 4px 0px 16px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
}
.sf-img {
  width: 85px;
  height: 114px;
  border-radius: 4px;
  vertical-align: top;
}
.adv-name-box {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.adv-master-name {
  font-size: 18px;
}
.adv-master-desc {
  position: relative;
  height: 28px;
  line-height: 28px;
  background: #FBE4E4;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #944343;
  margin-left: 14px;
}
.adv-master-desc:after {
  position: absolute;
  left: -7px;
  top: 6px;
  content: '';
  border-right: 10px solid #FBE4E4;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: none;
  width: 0px;
  height: 0px;
}
.adv-master-btn {
  width: 112px;
  height: 32px;
  background: #2F80FF;
  border-radius: 4px;
  margin-top: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.adv-master-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.zx-fxfw-style .fw-list {
  grid-template-columns: repeat(2, 166px);
  grid-gap: 0 24px;
}
.zx-fxfw-style .fzfw-desc {
  font-size: 12px;
}
.zx-fxfw-style .fzfw-one-img {
  height: 166px;
}
.zx-fxfw-style .fzfw-one-info {
  padding: 0;
}
.zx-fxfw-style .fzfw-one-item {
  background: #FFFFFF;
  height: 290px;
}
.zx-fxfw-style .fzfw-bt {
  font-size: 18px;
}
.zx-xq-box {
  width: 100%;
  margin-top: 40px;
}
.xq-nr .zx-author-box {
  flex-wrap: wrap;
}
.xq-nr .zx-author-img {
  height: 20px;
  width: 20px;
}
.xq-nr .zx-author-item {
  margin-right: 24px;
}
.xq-nr .zx-label-list {
  max-width: none;
  height: auto;
}
.xq-nr .zx-label-item {
  font-size: 14px;
  color: #333333;
  margin-right: 24px;
  transition: 0.3s;
  line-height: 38px;
}
.xq-nr .zx-label-item:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.xq-box .page-adv-box {
  margin-top: 33px;
}
.wd-box .xq-desc {
  margin-top: 26px;
}
.zx-xq-title {
  font-size: 32px;
  line-height: 42px;
}
.xq-author-name {
  color: #333333;
}
.xq-desc {
  margin-top: 40px;
}
.page-turner-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.page-turner-2 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 438px;
  height: 97px;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.3s all;
}
.page-turner-2 a:hover {
  background: #2F80FF;
  transition: 0.3s all;
}
.page-turner-2 a:hover .page-turner2-btn,
.page-turner-2 a:hover .page-turner2-name {
  color: #FFFFFF;
  transition: 0.3s all;
}
.page-turner2-btn {
  font-size: 18px;
  color: #999999;
  transition: 0.3s all;
}
.page-turner2-name {
  width: 100%;
  font-size: 18px;
  color: #333333;
  margin-top: 8px;
  transition: 0.3s all;
}
.xq-xgwd {
  margin-top: 30px;
}
.page-small-btbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adv-card-box {
  margin-bottom: 24px;
  width: 100%;
  height: 230px;
  background-image: url("../img/card_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 16px;
  box-sizing: border-box;
}
.adv-card-box .page-adv-ms {
  display: flex;
}
.adv-card-box .page-adv-ms em {
  display: block;
  margin-right: 8px;
}
.adv-card-box .page-adv-ms span {
  display: inline-block;
  flex: 1;
}
.adv-card-box .page-adv-btn {
  position: static;
}
.adv-info-top {
  width: 100%;
  display: flex;
}
.adv-info-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.adv-info-desc {
  margin-left: 10px;
}
.adv-info-name {
  font-weight: bold;
  font-size: 16px;
}
.adv-zt {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.adv-zt-icon {
  display: block;
  width: 5px;
  height: 5px;
  background: #57BF65;
  border-radius: 50%;
}
.adv-zt-text {
  margin-left: 8px;
  color: #57BF65;
}
.adv-card-label {
  margin-left: 8px;
  width: 36px;
  height: 20px;
  background: rgba(47, 128, 255, 0.2);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F80FF;
}
.adv-card-ms {
  padding-top: 8px;
}
.adv-card-ms .page-adv-ms {
  margin-top: 12px;
  margin-bottom: 0;
  min-height: auto;
}
.adv-btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.adv-btn-box a {
  width: 102px;
  height: 32px;
}
.adv-btn-box .page-adv-btn02 {
  margin-top: 0;
}
.wd-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wd-box-left {
  width: 894px;
  display: flex;
  justify-content: space-between;
}
.wd-list1 {
  width: 100%;
}
.wd-list1 .flzx-ul {
  width: 100%;
}
.wd-list1 .flzx-ul-item {
  height: 309px;
  margin-top: 0;
}
.wd-list1 .flzx-ul-item .zx-swiper-action {
  height: 40px;
}
.wd-list-box {
  width: 462px;
}
.wd-list2 .flzx-ul {
  margin-top: 17px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 223px);
  grid-gap: 17px 16px;
}
.wd-list2 .flzx-ul-item {
  margin-top: 0;
  height: 148px;
}
.wd-list2 .flzx-ul-item .zx-swiper-action {
  height: 34px;
}
.wd-list2 .zx-swiper-tb {
  font-size: 14px;
}
.wd-ul-box {
  width: 416px;
}
.wd-ul-box .flzx-ul2 {
  width: 100%;
}
.wd-ul-box .flzx-ul2-item {
  margin-top: 18px;
}
.wd-ul-box .flzx-ul2-item:first-child {
  margin-top: 0;
}
.wd-ul-style1 .flzx-ul2-item:nth-child(8),
.wd-ul-style1 .flzx-ul2-item:nth-child(13) {
  margin-top: 16px;
}
.wd-ul-style1 .flzx-ul2-item:nth-child(1) .flzx-ul2-title,
.wd-ul-style1 .flzx-ul2-item:nth-child(7) .flzx-ul2-title,
.wd-ul-style1 .flzx-ul2-item:nth-child(12) .flzx-ul2-title {
  font-weight: bold;
}
.wd-ul-style1 .flzx-ul2-item:nth-child(7),
.wd-ul-style1 .flzx-ul2-item:nth-child(12) {
  margin-top: 36px;
}
.wd-ul-style2 .flzx-ul2-item:nth-child(6),
.wd-ul-style2 .flzx-ul2-item:nth-child(2) {
  margin-top: 16px;
}
.wd-ul-style2 .flzx-ul2-item:nth-child(1) .flzx-ul2-title,
.wd-ul-style2 .flzx-ul2-item:nth-child(5) .flzx-ul2-title {
  font-weight: bold;
}
.wd-ul-style2 .flzx-ul2-item:nth-child(5) {
  margin-top: 36px;
}
.wd-box-right {
  width: 355px;
}
.wd-tw-box {
  width: 100%;
  height: 309px;
  background-image: url("../img/wd-tw-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px 8px 8px 8px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.wd-tw-head {
  display: flex;
}
.wd-tw-head .kf-icon {
  position: static;
  width: 67px;
  height: 58px;
  margin-left: 12px;
}
.wd-tw-desc {
  margin-left: 16px;
}
.wd-tw-bt {
  color: #FFFFFF;
  font-size: 16px;
}
.wd-tw-ftb {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 4px;
}
.wd-tw-container {
  width: 100%;
  height: 227px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
}
.wd-tw-t {
  width: 100%;
  height: 126px;
  background: #F8F8F8;
  border-radius: 4px;
  resize: none;
  padding: 12px;
  box-sizing: border-box;
}
.to-seach {
  margin-top: 10px;
  display: flex;
  height: 36px;
  background: #ff5d61;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
.to-seach:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.wd-tw-ts {
  margin-top: 12px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.wd-ph .page-small-btbox {
  justify-content: flex-start;
}
.wd-ph .ph-text {
  margin-right: 0px;
}
.wd-ph .ph-item:nth-child(1) .ph-xh {
  background: #FFFFFF;
  color: #ff5d61;
  font-style: oblique;
  font-size: 20px;
  font-weight: bold;
}
.wd-ph .ph-item:nth-child(2) .ph-xh {
  background: #FFFFFF;
  color: #FFA200;
  font-style: oblique;
  font-size: 20px;
  font-weight: bold;
}
.wd-ph .ph-item:nth-child(3) .ph-xh {
  background: #FFFFFF;
  color: #FFD501;
  font-style: oblique;
  font-size: 20px;
  font-weight: bold;
}
.wd-ph .ph-xh {
  justify-content: flex-start;
}
.wd-ph .ph-item {
  margin-top: 20px;
}
.wd-ph-icon {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background-image: url("../img/wd-ph-icon.png");
}
.ph-desc {
  display: -webkit-box !important;
  line-height: 20px;
  color: #999999;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  padding-left: 27px;
  box-sizing: border-box;
  transition: 0.3s;
}
.ph-desc:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.quick-qa-box {
  margin-top: 24px;
  width: 100%;
  height: 175px;
  background-image: url("../img/quick-qa-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.quick-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.quick-btn {
  width: 286px;
  height: 135px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 16px 10px 16px 16px;
  box-sizing: border-box;
  margin-right: 20px;
  transition: 0.5s;
}
.quick-btn:hover {
  transition: 0.5s;
  transform: translateY(-10px);
}
.quick-btn:hover .quick-label {
  transition: 0.5s;
  background-image: url("../img/quick-icon-active.png");
}
.quick-btn:hover .quick-r-head {
  transition: 0.5s;
  color: #2F80FF;
}
.quick-icon {
  height: 100%;
  width: 103px;
}
.quick-right {
  margin-left: 16px;
}
.quick-r-head {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
}
.quick-label {
  transition: 0.5s;
  width: 15px;
  height: 15px;
  background-image: url("../img/quick-icon-bq.png");
  margin-left: 12px;
}
.quick-desc-box {
  margin-top: 20px;
}
.quick-desc-box p {
  line-height: 21px;
  color: #999999;
}
.zxwd-box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.zxwd-box-left {
  width: 846px;
  display: flex;
  justify-content: space-between;
}
.zxwd-box-left .wd-list2 .flzx-ul {
  margin-top: 0;
}
.zxwd-box-left .wd-ul-box {
  width: 368px;
}
.zxwd-box-right {
  width: 402px;
}
.zxwd-box-right .wd-list2 .flzx-ul {
  grid-template-columns: repeat(2, 196px);
  grid-gap: 10px;
  margin-top: 16px;
}
.zxwd-box-right .wd-list2 .flzx-ul-item {
  height: 130px;
}
.zxwd-box-right .wd-list-box {
  width: 100%;
}
.zxwd-box-right .wd-list2 .flzx-ul-item .zx-swiper-action {
  height: 32px;
}
.zxwd-box-right .ph-item {
  margin-top: 15px;
}
.zxwd-title-icon {
  width: 81px;
  height: 19px;
  background-image: url("../img/zxdt-title.png");
}
.zxwd-two-box {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}
.zxwd-two-left-box {
  width: 893px;
}
.zxwd-two-left-box .gg-box {
  height: 88px;
  margin-top: 24px;
}
.zxwd-two-left {
  width: 100%;
  display: flex;
}
.zxwd-two-lb-box {
  width: 272px;
}
.zxwd-two-lb-box .flzx-ul {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-gap: 24px;
}
.zxwd-two-lb-box .flzx-ul-item {
  margin-top: 0;
}
.zxwd-two-lb2-box {
  width: calc(100% - 288px);
  margin-left: 16px;
}
.zxwd-two-lb2-box .zxwd-two-lb2-item:nth-child(2) {
  margin-top: 25px;
}
.zxwd-list1 {
  width: 100%;
}
.zxwd-item1 {
  width: 100%;
}
.zxwd-item1 a {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}
.zxwd-item1 a:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.zxwd-list2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-gap: 16px 4%;
  margin-top: 22px;
}
.zxwd-item2-a {
  display: flex;
  align-items: center;
}
.zxwd-item2-a p {
  max-width: calc(100% - 20px);
  font-size: 16px;
  margin-left: 5px;
  transition: 0.3s;
}
.zxwd-item2-a p:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.wd-icon {
  width: 15px;
  height: 16px;
  background-image: url("../img/wd-icon.png");
}
.type-wd-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 426px);
  grid-gap: 0 42px;
}
.type-wd-margin {
  margin-top: 32px;
}
.type-wd-item .wd-list2 .flzx-ul {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 207px);
  grid-gap: 0 12px;
}
.type-wd-item .wd-list2 .flzx-ul-item {
  height: 137px;
}
.type-wd-item .wd-list2 .flzx-ul-item .zx-swiper-action {
  height: 33px;
}
.type-wd-item .flzx-ul2 {
  width: 100%;
}
.type-wd-item .flzx-ul2-item {
  margin-top: 16px;
}
.type-wd-margin2 {
  margin-top: 24px;
}
.zxwd-two-right-box {
  width: 355px;
}
.zxwd-two-right-box .gg-box {
  height: 120px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.zxwd-two-right-box .gg-box img {
  height: 120px !important;
}
.zxwd-two-right-box .rmbq-list {
  margin-top: 24px;
}
.zxwd-nav-box {
  margin-bottom: 16px;
  width: 100%;
}
.zxwd-nav-box .zxwd-nav-list {
  margin-top: 10px;
}
.zxwd-nav-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 119px);
  grid-gap: 0;
}
.zxwd-nav-item {
  height: 62px;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  transition: 0.3s;
}
.zxwd-nav-item:nth-child(1),
.zxwd-nav-item:nth-child(2),
.zxwd-nav-item:nth-child(3) {
  border-top: 1px solid #EBEBEB;
}
.zxwd-nav-item:nth-of-type(3n+1) {
  border-left: 1px solid #EBEBEB;
}
.zxwd-nav-item:hover {
  transition: 0.3s;
}
.zxwd-nav-item:hover .wd-type-icon {
  transition: 0.3s;
  background-image: url("../img/wd-icon-active.png");
}
.zxwd-nav-item:hover a {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.zxwd-nav-item a {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0 15px;
  box-sizing: border-box;
  align-items: center;
  transition: 0.3s;
}
.wd-type-icon {
  transition: 0.3s;
  width: 15px;
  height: 15px;
  background-image: url("../img/wd-type-icon.png");
}
.wd-type-name {
  font-size: 16px;
  width: calc(100% - 20px);
  margin-left: 5px;
}
.rmbq-box {
  width: 100%;
  margin-bottom: 15px;
}
.rmbq-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 113px);
  grid-gap: 8px;
}
.rmbq-item {
  background: #F1F3F5;
  border-radius: 2px;
  height: 32px;
}
.rmbq-item a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  transition: 0.3s;
}
.rmbq-item a:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.kszx-box {
  width: 100%;
  margin-bottom: 24px;
}
.kszx-box .adv-master-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 114px;
}
.kszx-box .adv-master-box {
  height: 183px;
  background-image: url("../img/adv-master_bg02.jpg");
  padding: 52px 16px 16px 16px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 16px;
}
.kszx-box .master-desc {
  text-align: left;
}
.kszx-box .master-data {
  margin-top: 9px;
}
.kszx-box .adv-name-box {
  margin-top: 0;
}
.kszx-box .ph-item {
  margin-top: 22px;
}
.kszx-box .ph-item:first-child {
  margin-top: 20px;
}
.sf-img-box {
  position: relative;
}
.sf-img-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F80FF;
  border-radius: 4px;
  color: #FFFFFF;
  transition: 0.3s;
}
.sf-img-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.kszx-head {
  width: 100%;
  height: 72px;
  background-image: url("../img/kszx-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.kszx-head .wd-tw-head {
  align-items: center;
}
.adv-master-right {
  width: 226px;
  margin-left: 12px;
}
.wd-tw-content {
  width: 100%;
  height: 214px;
  background-image: url("../img/wd-tw_bg01.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.wd-head-box {
  display: flex;
  width: 100%;
  align-items: center;
}
.wd-tw-icon {
  width: 76px;
  height: 76px;
  background-image: url("../img/tw-icon01.png");
}
.wd-tw-info {
  margin-left: 6px;
}
.wd-tw-title {
  font-size: 20px;
}
.wd-tw-subbt {
  font-size: 16px;
  color: #999999;
  margin-top: 7px;
}
.wd-tw-lc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.wd-tw-lc p {
  color: #81583F;
}
.tw-lc-icon {
  width: 13px;
  height: 13px;
  background: url("../img/tw-cl-icon.png");
  margin: 0 22px;
}
.wd-search-box {
  margin-top: 29px;
  height: 40px;
  width: 100%;
  position: relative;
}
.wd-search-box input {
  background: #FFFFFF;
  border: 1px solid rgba(129, 88, 63, 0.4);
  border-radius: 22px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 139px 0 12px;
}
.wd-search-box input::-webkit-input-placeholder {
  color: #CEBEB4;
  font-size: 16px;
}
.wd-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 127px;
  height: 40px;
  background: #FE6100;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.wd-search-icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/wd-search-icon.png");
  margin-right: 8px;
}
.wd-hz-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.wd-hz-box .ph-xh {
  width: 30px;
  height: 30px;
  background: #2F80FF;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 18px;
  margin-right: 8px;
}
.da-data {
  font-size: 20px;
  font-weight: bold;
}
.da-data span {
  color: #2F80FF;
}
.wdxq-line {
  flex: 1;
  margin-left: 23px;
  height: 1px;
  background: #EBEBEB;
}
.wd-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
}
.wd-author .zx-author-img {
  width: 40px;
  height: 40px;
}
.wd-author .xq-author-name {
  color: #999999;
  padding-left: 0;
  margin-top: 4px;
}
.wd-author-desc {
  margin-left: 12px;
}
.wd-author-name {
  font-size: 16px;
}
.wd-zy-box {
  width: 80px;
  height: 30px;
  background: rgba(255, 93, 97, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5d61;
}
.zx-xq-box {
  margin-top: 40px;
}
.zx-xq-box .xq-desc {
  margin-top: 26px;
}
.lable-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lable-head-l {
  font-weight: bold;
  font-size: 24px;
  margin-top: 16px;
  line-height: 34px;
}
.label-bt {
  display: inline;
  color: #2F80FF;
}
.lable-nav {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.label-nav-item {
  margin-right: 56px;
  cursor: pointer;
}
.label-nav-item:last-child {
  margin-right: 0;
}
.label-nav-item a {
  font-size: 18px;
}
.label-nav-item:hover {
  position: relative;
}
.label-nav-item:hover a {
  transition: 0.3s;
  color: #2F80FF;
}
.label-nav-item:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc((100% - 30px)/2);
  width: 30px;
  height: 2px;
  background: #2F80FF;
}
.label-p {
  display: inline-block;
  width: 150px;
}
.label-nav-active {
  position: relative;
}
.label-nav-active a {
  transition: 0.3s;
  color: #2F80FF;
}
.label-nav-active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc((100% - 30px)/2);
  width: 30px;
  height: 2px;
  background: #2F80FF;
}
.label-box {
  width: 100%;
}
.label-box-list {
  width: 100%;
  display: none;
}
.label-btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin: 40px auto 0;
  color: #999999;
  font-size: 16px;
  transition: 0.3s;
}
.label-btn-more:hover {
  transition: 0.3s;
  color: #FFFFFF;
  background: #2F80FF;
}
.f-nav-box {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
.fnav-box {
  display: flex;
  justify-content: space-around;
  height: 100%;
}
.fnav-box li {
  position: relative;
  width: 100px;
  height: 100%;
}
.fnav-box li:after {
  transition: 0.3s;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 35%;
  height: 3px;
  visibility: hidden;
  background: #2F80FF;
}
.fnav-box li:hover {
  transition: 0.3s;
}
.fnav-box li:hover a {
  color: #2F80FF;
  font-weight: bold;
}
.fnav-box li:hover:after {
  visibility: visible;
  transition: 0.3s;
  content: '';
  display: block;
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 35%;
  height: 3px;
  background: #2F80FF;
}
.fnav-box li a {
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fnav-box .fnav-cur {
  transition: 0.3s;
}
.fnav-box .fnav-cur a {
  color: #2F80FF;
  font-weight: bold;
}
.fnav-box .fnav-cur:after {
  visibility: visible;
  transition: 0.3s;
  content: '';
  display: block;
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 35%;
  height: 3px;
  background: #2F80FF;
}
.infro-img-box {
  width: 100%;
  height: 419px;
  display: flex;
  justify-content: space-between;
}
.infro-l {
  width: 628px;
  height: 100%;
}
.infro-l img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.intro-c {
  width: 300px;
  height: 100%;
}
.intro-c ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.intro-c li {
  width: 100%;
  height: auto;
}
.intro-c img {
  height: 200px;
  width: 100%;
  border-radius: 4px;
}
.intro-r {
  width: 335px;
  height: 100%;
}
.intro-r img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.intro-box {
  margin-top: 24px;
}
.intro-text {
  margin-top: 24px;
  line-height: 34px;
  color: #333333;
  font-size: 18px;
}
.intro-text p {
  line-height: 34px;
  font-size: 18px;
}
.fw-title-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.fw-english {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  color: #F1F3F5;
  line-height: 66px;
  text-transform: uppercase;
}
.fw-chinese {
  position: absolute;
  left: 0;
  top: 28px;
  display: inline-flex;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.fw-chinese:after {
  content: '';
  position: absolute;
  bottom: -12px;
  height: 4px;
  width: 40px;
  background: #2F80FF;
}
.jzg-fw-box {
  padding: 44px 0 80px 0;
  box-sizing: border-box;
}
.jzg-fw-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 85px;
}
.jzg-fw-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jzg-fw-item img {
  width: 68px;
  height: 68px;
}
.jzg-fw-name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 22px;
  text-align: center;
}
.jzg-fw-fbt {
  font-size: 12px;
  margin-top: 6px;
  color: #999999;
  text-transform: uppercase;
}
.jzg-hx-box {
  width: 100%;
  background: #F2F7FF;
  padding: 48px 0 30px 0;
  box-sizing: border-box;
}
.jzg-hx-box .fw-english {
  color: #E0E5EF;
}
.hxjz-box {
  margin: 0 auto;
  position: relative;
  width: 562px;
  height: 370px;
  background-image: url("../img/hxjz_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
}
.hxjz-top-left {
  position: absolute;
  left: -298px;
  top: 58px;
  justify-content: flex-end;
}
.hxjz-top-left .hxjz-head {
  justify-content: flex-end;
}
.hxjz-top-left .hxjz-desc {
  text-align: right;
}
.hxjz-item {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.hxjz-head {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.hxjz-head-icon {
  width: 11px;
  height: 9px;
  background-image: url("../img/hxjz-icon.png");
  margin-left: 14px;
}
.hxjz-desc {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-top: 12px;
}
.hxjz-bottom-left {
  position: absolute;
  left: -298px;
  top: 243px;
  justify-content: flex-end;
}
.hxjz-bottom-left .hxjz-head {
  justify-content: flex-end;
}
.hxjz-bottom-left .hxjz-desc {
  text-align: right;
}
.hxjz-top-right {
  position: absolute;
  right: -298px;
  top: 56px;
  justify-content: flex-start;
}
.hxjz-top-right .hxjz-head {
  justify-content: flex-start;
}
.hxjz-top-right .hxjz-desc {
  text-align: left;
}
.hxjz-top-right .hxjz-head-icon {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 14px;
}
.hxjz-bottom-right {
  position: absolute;
  right: -298px;
  top: 240px;
  justify-content: flex-start;
}
.hxjz-bottom-right .hxjz-head {
  justify-content: flex-start;
}
.hxjz-bottom-right .hxjz-desc {
  text-align: left;
}
.hxjz-bottom-right .hxjz-head-icon {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 14px;
}
.fwln-box {
  padding: 48px 0 0 0;
  box-sizing: border-box;
}
.fwln-box .jzg-fw-list {
  align-items: flex-start;
}
.fwln-box .jzg-fw-item img {
  width: 72px;
  height: 72px;
}
.fwln-box .jzg-fw-name {
  margin-top: 16px;
}
.fwln-box .jzg-fw-fbt {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  max-width: 176px;
  line-height: 24px;
}
.gsjs-center {
  margin: 0 auto;
  width: 1200px;
}
.dev-box {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
.timeline-list {
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.timeline-item:last-child .timeline-item_tail {
  display: none;
}
.timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.timeline-item:hover .timeline-item_node {
  transition: 0.4s;
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.3);
}
.timeline-item:hover .tbox-content {
  transition: 0.4s;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(20px);
}
.timeline-item_tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid #e4e7ed;
}
.timeline-item_node {
  position: absolute;
  transition: 0.4s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -6px;
  width: 23px;
  height: 23px;
  padding: 4px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #DDDDDD;
}
.timeline-item_node:after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #269BFF;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}
.timeline-item_wrapper {
  position: relative;
  padding-left: 40px;
  top: 0px;
}
.timeline-item_timestamp {
  margin-bottom: 8px;
  padding-top: 0px;
  color: #242424;
  line-height: 1;
  font-weight: 700;
  font-size: 13px;
}
.tbox {
  padding: 10px 0;
}
.tbox-content {
  transition: 0.4s;
  background: #F1F3F5;
  padding: 10px;
  width: 847px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 16px;
}
.title-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.jzg-bt {
  font-size: 32px;
}
.honor-box {
  margin-top: 20px;
}
.honor-box .swiper-container {
  margin-top: 47px;
  width: 100%;
  height: 180px;
}
.honor-box .swiper-container .swiper-slide {
  height: 100% !important;
}
.honor-box .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.honor-box .swiper-container:last-child {
  margin-top: 30px;
}
.gs-partner {
  margin-top: 40px;
}
.gs-partner .partner-list {
  display: flex;
  justify-content: space-between;
  height: 88px;
  margin-top: 32px;
}
.gs-partner .partner-item {
  margin-right: 0;
}
.gs-partner .partner-item img {
  height: 46px;
  width: 112px;
  vertical-align: top;
}
.gs-partner .partner-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
}
.company-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  box-sizing: border-box;
}
.info-item {
  display: flex;
  align-items: center;
  font-weight: bold !important;
  font-size: 16px;
  margin-bottom: 12px;
}
.info-item em {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.info-item .info-icon1 {
  background: url("../img/lx-phone-icon.png") no-repeat;
  background-size: 100% 100%;
}
.info-item .info-icon2 {
  background: url("../img/address-icon.png") no-repeat;
  background-size: 100% 100%;
}
.dt-box {
  margin-top: 45px !important;
  height: 800px;
  display: flex;
  justify-content: center;
}
#dz-continer {
  width: 1190px;
  height: 100%;
}
.contact-center {
  width: 1190px;
  margin: 0 auto;
}
.welfare-box {
  height: 300px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #999999;
  margin-top: 40px;
}
.join-show-title {
  font-size: 60px;
  font-weight: bold;
  color: white;
}
.join-show-sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
}
.search-container .lable-nav {
  margin-top: 0;
}
.search-box {
  width: 100%;
}
.search-box .fw-list {
  display: grid;
  grid-template-columns: repeat(4, 204px);
  grid-gap: 24px 25px;
}
.search-box .fzfw-one-img {
  height: 204px;
}
.search-box .fw-list .fzfw-one-item {
  height: 324px;
}
.search-box .fzfw-bt {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}
.search-box .fzfw-one-info {
  padding: 0 6px;
}
.search-box .fzfw-desc {
  font-size: 14px;
  text-align: center;
}
.search-box .fzfw-action {
  margin-top: 10px;
}
.search-item {
  width: 100%;
  display: none;
}
.search-item .fw-list {
  margin-top: 32px;
}
.label-box-active {
  display: block;
}
.hot-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.city-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.city-item {
  height: 33px;
  border-radius: 2px;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top: 16px;
  margin-right: 12px;
  border: 1px solid #EBEBEB;
  transition: 0.2s;
}
.city-item:hover {
  background: #2F80FF;
  border: 1px solid #2F80FF;
}
.city-item:hover a {
  color: #FFFFFF;
}
.city-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 31px;
  color: #333333;
}
.city-cur {
  background: #2F80FF;
  border: 1px solid #2F80FF;
}
.city-cur a {
  color: #FFFFFF;
}
.hot-city {
  margin-top: 32px;
}
.hot-city .city-list {
  padding-top: 8px;
}
.find-city {
  margin-top: 24px;
}
.alphabet-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.alphabet-item {
  margin-right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  transition: 0.2s;
}
.alphabet-item:hover {
  background: #2F80FF;
  border: 1px solid #2F80FF;
}
.alphabet-item:hover a {
  color: #FFFFFF;
}
.alphabet-item a {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  font-weight: 400;
}
.find-city-list {
  width: 100%;
}
.find-city-list .find-item {
  width: 100%;
  margin-top: 24px;
}
.find-city-list .find-letter {
  height: 40px;
  background: #F1F3F5;
  padding-left: 16px;
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  font-size: 16px;
  font-weight: 400;
}
.region-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.region-list .city-name {
  margin-right: 40px;
  margin-top: 16px;
}
.region-list a {
  font-size: 16px;
  font-weight: 400;
}
.region-list a:hover {
  color: #2F80FF;
  transition: 0.3s;
}
.city-font1 {
  font-size: 16px;
  font-weight: 400;
}
.menu-nav-box {
  width: 100%;
  margin-bottom: 40px;
}
.menu-nav-item {
  display: flex;
  padding-top: 12px;
}
.menu-nav-title {
  min-width: 110px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.menu-nav-left {
  display: flex;
  align-items: center;
}
.a-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
}
.a-list a {
  display: inline-block;
  margin: 0 20px 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  transition: 0.3s all;
}
.a-list a:hover {
  transition: 0.3s all;
  color: #2f80ff;
}
.dy-right {
  width: 7px;
  height: 10px;
  background-image: url("../img/dy-right.png");
  margin-top: 3px;
}
.page-404-box {
  width: 100%;
  height: calc(100vh - 380px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404-box .page-404-one {
  width: 268px;
  height: 268px;
}
.page-404-box .page-404-two-box {
  margin-left: 30px;
}
.page-404-box .page-404-two {
  width: 190px;
  height: 150px;
}
.page-404-box .page-404-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  color: #999999;
}
.page-404-box .page-404-button {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #2F80FF;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #2F80FF;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s;
}
.page-404-box .page-404-button:hover {
  background: #2F80FF;
  color: #fff;
  transition: 0.3s;
}
.logo-container {
  width: 100%;
  height: 100vh;
  background-image: url("../img/login-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-width: 1296px;
}
.logo-container .header-top {
  background: transparent;
  border: none;
}
.login-content {
  position: absolute;
  top: calc((100% - 360px)/2);
  left: calc((100% - 663px)/2);
  width: 663px;
  height: 360px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background-image: url("../img/login_card_bg.jpg");
  background-repeat: no-repeat;
  background-size: 256px 100%;
  background-position: left;
  display: flex;
}
.login-left {
  height: 100%;
  width: 256px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 28px 0;
  box-sizing: border-box;
}
.login-right {
  height: 100%;
  width: calc(100% - 256px);
  padding: 48px 56px;
  box-sizing: border-box;
}
.prompt-box {
  display: flex;
  align-items: center;
  background: rgba(51, 51, 51, 0.9);
  opacity: 0;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  z-index: 0;
}
.error-img {
  width: 22px;
  height: 22px;
  background-color: #ff5d61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/error.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  margin-right: 10px;
}
.prompt-show {
  height: 53px;
  overflow: auto;
  opacity: 1;
  z-index: 9999;
  padding: 0 30px;
  animation: yc 0.6s linear;
  transition: 0.3s;
}
@keyframes yc {
  0% {
    background: rgba(51, 51, 51, 0);
  }
  100% {
    background: rgba(51, 51, 51, 0.9);
  }
}
.input-item {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.login-input {
  width: 100%;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  color: #333333;
  transition: 0.3s;
  font-size: 14px;
}
.login-input:focus {
  border: 1px solid #2F80FF;
  transition: 0.3s;
}
.ts-text {
  display: block;
  color: #ff5d61;
  margin-top: 5px;
  transition: 0.3s;
  font-size: 12px;
  text-align: left;
}
.dx-item {
  padding: 0 10px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  color: #2F80FF;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.login-btn {
  width: 100%;
  height: 40px;
  opacity: 0.4;
  margin-top: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  background: #2F80FF;
  border-radius: 20px;
}
.login-bt {
  font-size: 24px;
  font-weight: bold;
}
.login-form {
  margin-top: 48px;
}
#login-btn,
#user {
  display: none;
}
.div-flex {
  display: flex !important;
}
.wd-hd-list {
  width: 100%;
}
.wd-hd-item {
  width: 100%;
}
.index-phone {
  width: 162px;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100px;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 12;
}
.fixed-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  height: 100%;
}
.fixed-logo {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  margin-right: 24px;
}
.fixed-code-box {
  position: relative;
}
.fixed-code {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  position: absolute;
  top: -140px;
  right: 21%;
}
.fixed-close {
  position: absolute;
  right: 15%;
  top: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("../img/close.png");
}
.close-dialog {
  display: none;
}
.adv-master-top {
  width: 100%;
}
.fw-menu-tab .header-fw-content {
  height: 483px;
  margin-top: 2px;
}
.footer-ms {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}
.footer-ms a {
  transition: 0.3s;
}
.footer-ms a:hover {
  transition: 0.3s;
  text-decoration: underline;
  color: #2F80FF;
}
#dl-box,
#user-info {
  display: none;
}
#user-info .sidebar-desc-box {
  display: flex;
  align-items: center;
}
#user-info .tx-icon {
  border: 2px solid #FFFFFF;
}
#user-info .user-name {
  color: #FFFFFF;
  margin-left: 6px;
}
.user-block {
  display: flex !important;
}
.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
}
.close-dialog {
  display: none;
}
.dialog-shadow {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
}
.my-order {
  width: 800px;
}
.dialog-wrapper-header {
  height: 56px;
  line-height: 56px;
  width: 100%;
  font-weight: 600;
  position: relative;
  padding: 0 32px;
  font-size: 18px;
  color: #333;
  box-sizing: border-box;
}
.dialog-wrapper-title {
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.dialog-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  margin-top: 16px;
}
.dialog-main {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.order-code {
  width: 150px;
  height: 150px;
  margin-right: 24px;
}
.dialog-step {
  width: 16px;
  height: 152px;
}
.step-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  margin-left: 24px;
  text-align: left;
}
.step-text span {
  margin-bottom: 32px;
}
.my-order-button {
  margin: 56px 0;
  width: 200px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close-dialog {
  display: none;
}
.dialog-close {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url("../img/close01.png");
}
.service-sub {
  padding-top: 16px;
}
.service-sub span {
  padding: 12px;
  font-size: 18px;
  color: #999999;
  font-weight: 500 !important;
  display: inline-flex;
  align-items: center;
}
.service-sub span img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.com-info a {
  transition: 0.3s;
}
.com-info a:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.personal-info-head {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tx-box {
  width: 105px;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.tx-img {
  width: 100%;
  height: 100%;
}
.tx-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-left {
  display: flex;
  align-items: center;
}
.personal-info {
  margin-left: 24px;
}
.personal-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
[v-cloak] {
  display: none;
  /* 隐藏 */
}
.change-box {
  margin-top: 16px;
}
.change-name-box {
  display: none;
  align-items: center;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.change-name-box:hover .change-icon {
  transition: 0.3s;
  background-image: url("../img/xg_active_icon.png");
}
.change-icon {
  width: 19px;
  height: 19px;
  background-image: url("../img/xg_icon.png");
  background-size: 100%;
  margin-right: 6px;
  transition: 0.3s;
}
.change-left-box {
  display: none;
  width: 400px;
}
.change-input-box {
  align-items: center;
  width: 350px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
}
.change-btn-group {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.change-btn-group .save-icon:hover {
  transition: 0.3s;
  background-image: url("../img/seave_active_icon.png");
}
.change-btn-group .cancel-icon:hover {
  transition: 0.3s;
  background-image: url("../img/cancel_active_icon.png");
}
.save-icon {
  width: 30px;
  height: 30px;
  background-image: url("../img/seave_icon.png");
  background-size: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.cancel-icon {
  width: 30px;
  height: 30px;
  background-image: url("../img/cancel-icon.png");
  background-size: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.personal-right {
  display: flex;
}
.shortcut-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 70px;
  padding-right: 40px;
  transition: 0.3s;
  position: relative;
}
.shortcut-button:last-child:after {
  display: none;
}
.shortcut-button:after {
  content: '';
  position: absolute;
  top: 10%;
  right: -14px;
  height: 80%;
  width: 1px;
  background: #707070;
  opacity: 0.1;
}
.shortcut-button:hover {
  transition: 0.3s;
  transform: translateY(-10px);
}
.shortcut-button:hover .shortcut-text {
  transition: 0.3s;
  color: #2F80FF;
}
.dhzx-icon {
  width: 47px;
  height: 47px;
  background-image: url("../img/kj-icon1.png");
  background-size: 100%;
  transition: 0.3s;
}
.zxkf-icon {
  width: 47px;
  height: 47px;
  background-image: url("../img/kj-icon2.png");
  background-size: 100%;
  transition: 0.3s;
}
.zxyy-icon {
  width: 47px;
  height: 47px;
  background-image: url("../img/kj-icon3.png");
  background-size: 100%;
  transition: 0.3s;
}
.shortcut-text {
  color: #333333;
  margin-top: 16px;
  text-align: center;
  transition: 0.3s;
}
.personal-content {
  padding-top: 16px;
  box-sizing: border-box;
}
.personal-menu {
  width: 214px;
  background: #FFFFFF;
  float: left;
  border-radius: 8px;
  padding: 12px 0;
  box-sizing: border-box;
}
.message-style {
  min-width: auto !important;
}
.personal-menu-item {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
}
.personal-menu-item a {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  background-image: url("../img/person-menu-left.png");
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: 190px center;
  align-items: center;
}
.personal-menu-item .icon {
  width: 26px;
  height: 26px;
  margin-right: 3px;
  transition: 0.3s;
}
.personal-menu-item span {
  font-size: 16px;
  transition: 0.3s;
}
.personal-menu-item:hover {
  background: #f3f8ff;
  position: relative;
}
.personal-menu-item:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2F80FF;
}
.personal-menu-item:hover .wddd-icon {
  transition: 0.3s;
  background-image: url("../img/wddd-active.png");
}
.personal-menu-item:hover .wdtw-icon {
  transition: 0.3s;
  background-image: url("../img/wdtw-active.png");
}
.personal-menu-item:hover .wdyj-icon {
  transition: 0.3s;
  background-image: url("../img/wdyj-active.png");
}
.personal-menu-item:hover .wdjl-icon {
  transition: 0.3s;
  background-image: url("../img/wdjl-active.png");
}
.personal-menu-item:hover .wdhd-icon {
  transition: 0.3s;
  background-image: url("../img/wdhd-active.png");
}
.personal-menu-item:hover span {
  transition: 0.3s;
  color: #2F80FF;
}
.wddd-icon {
  background-image: url("../img/wddd-icon.png");
  background-size: 100%;
}
.wdtw-icon {
  background-image: url("../img/wdtw-icon.png");
  background-size: 100%;
}
.wdyj-icon {
  background-image: url("../img/wdyj-icon.png");
  background-size: 100%;
}
.wdjl-icon {
  background-image: url("../img/wdjl-icon.png");
  background-size: 100%;
}
.wdhd-icon {
  background-image: url("../img/wdhd-icon.png");
  background-size: 100%;
}
.personal-menu-active {
  background: #f3f8ff;
  position: relative;
}
.personal-menu-active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2F80FF;
}
.personal-menu-active .wddd-icon {
  transition: 0.3s;
  background-image: url("../img/wddd-active.png");
}
.personal-menu-active .wdtw-icon {
  transition: 0.3s;
  background-image: url("../img/wdtw-active.png");
}
.personal-menu-active .wdyj-icon {
  transition: 0.3s;
  background-image: url("../img/wdyj-active.png");
}
.personal-menu-active .wdjl-icon {
  transition: 0.3s;
  background-image: url("../img/wdjl-active.png");
}
.personal-menu-active .wdhd-icon {
  transition: 0.3s;
  background-image: url("../img/wdhd-active.png");
}
.personal-menu-active span {
  transition: 0.3s;
  color: #2F80FF;
}
.personal-center {
  width: 696px;
  background: #FFFFFF;
  border-radius: 8px;
  float: left;
  padding: 24px 16px;
  box-sizing: border-box;
}
.personal-center-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.personal-title-box {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.personal-title-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 18px;
  background: #2F80FF;
}
.order-type {
  display: flex;
  align-items: center;
}
.order-type-item {
  margin-left: 32px;
  transition: 0.3s;
  cursor: pointer;
}
.order-type-item:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.order-type-active {
  transition: 0.3s;
  color: #2F80FF;
}
.order-list {
  width: 100%;
  padding-top: 24px;
}
.order-item {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.order-item:last-child {
  margin-bottom: 0;
}
.order-item:hover {
  transition: 0.3s;
  background: #F8F8F8;
}
.order-item:hover .order-head {
  transition: 0.3s;
  background: #F8F8F8;
}
.order-head {
  transition: 0.3s;
  width: 100%;
  height: 48px;
  background: #F8F8F8;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-content-box {
  width: 100%;
}
.order-sno-box {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.copy-icon {
  transition: 0.3s;
  width: 13px;
  height: 13px;
  background-image: url("../img/copy-icon.png");
  background-size: 100%;
  margin-left: 10px;
  cursor: pointer;
}
.copy-icon:hover {
  transition: 0.3s;
  background-image: url("../img/copy-active.png");
}
.order-zt-s01 {
  color: #2F80FF;
}
.order-zt-s02 {
  color: #999999;
}
.order-info-box {
  padding: 8px 16px 20px;
  box-sizing: border-box;
}
.order-info-item {
  color: #999999;
  margin-top: 12px;
}
.order-info-item span {
  color: #333333;
}
.result-box {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 62px;
}
.result-null {
  width: 140px;
  height: 140px;
}
.result-desc {
  font-size: 16px;
  color: #999999;
  margin-top: 16px;
}
.result-desc a {
  color: #2F80FF;
}
.go-xd {
  width: 79px;
  height: 28px;
  background: #2F80FF;
  border-radius: 4px;
  color: #FFFFFF;
  transition: 0.3s;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}
.go-xd:hover {
  color: #FFFFFF;
  transition: 0.3s;
  background: #2668CF;
}
.personal-xq-right {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 16px;
  box-sizing: border-box;
}
.progress-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 126px;
  margin-left: 55px;
  position: relative;
}
.progress-item:after {
  content: '';
  position: absolute;
  width: 84px;
  height: 14px;
  left: -68px;
  top: 16px;
  background: url("../img/progress-arrow.png") no-repeat;
  background-size: 100%;
  opacity: 0.3;
}
.progress-item:first-child {
  margin-left: 0;
}
.progress-item:first-child:after {
  display: none;
}
.progress-img {
  width: 42px;
  height: 42px;
  opacity: 0.5;
}
.progress-text {
  color: #999999;
  margin-top: 12px;
}
.isActive .progress-img {
  opacity: 1;
}
.isActive .progress-text {
  color: #333333;
}
.isActive:after {
  opacity: 1;
}
.order-sno {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}
.order-card {
  width: 100%;
  border: 1px solid #EBEBEB;
  margin-top: 16px;
}
.order-card-header {
  width: 100%;
  height: 48px;
  background: #F8F8F8;
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
  align-items: center;
}
.order-card-title {
  font-size: 16px;
  font-weight: bold;
}
.order-card-content {
  width: 100%;
  padding: 0 16px 20px;
  box-sizing: border-box;
}
.order-card-content .order-info-item {
  margin-top: 20px;
}
.order-tabbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 32px;
}
.isShow {
  display: flex;
}
.qx-btn {
  width: 80px;
  height: 36px;
  border: 1px solid #2F80FF;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F80FF;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 12px;
}
.qx-btn:hover {
  transition: 0.3s;
  color: #FFFFFF;
  background: #2F80FF;
}
.lxkf-btn {
  width: 80px;
  height: 36px;
  background: #2F80FF;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: 12px;
  cursor: pointer;
}
.lxkf-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.qx-content {
  width: 100%;
  box-sizing: border-box;
}
.dialog-box {
  border-radius: 8px !important;
}
.dialog-title {
  width: 100%;
  height: 48px;
  background: #F1F3F5;
  border-radius: 8px 8px 0 0 !important;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.el-dialog__header {
  padding: 0 !important;
}
.qx-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.qx-label-list {
  width: 100%;
}
.qx-label-item {
  width: 100%;
  margin-top: 30px;
}
.qx-label-item .el-radio__input.is-checked .el-radio__inner {
  border-color: #2F80FF;
  background: #2F80FF;
}
.qx-label-item .el-radio__input.is-checked + .el-radio__label {
  color: #2F80FF;
}
.qx-label-item .el-radio__label {
  font-size: 16px;
}
.qx-label-item .el-radio {
  display: flex;
  align-items: center;
}
.qx-label-item .el-radio__inner {
  width: 16px;
  height: 16px;
}
.text-box {
  margin-top: 26px;
}
.text-box .el-textarea__inner {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
}
.text-box .el-textarea__inner:focus {
  border-color: #2F80FF;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #2F80FF;
}
.cancel-btn {
  width: 80px;
  height: 36px;
  border: 1px solid #2F80FF;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F80FF;
  cursor: pointer;
}
.dialog-footer {
  display: flex;
  justify-content: flex-end;
}
.submit-btn {
  width: 80px;
  height: 36px;
  background: #2F80FF;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-left: 12px;
  transition: 0.3s;
  cursor: pointer;
}
.submit-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.order-wd-active {
  color: #2F80FF;
  font-weight: bold;
}
.hd-box {
  width: 100%;
  display: none;
}
.hd-list {
  width: 100%;
}
.hd-item {
  margin-top: 32px;
}
.hd-title-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.hd-title {
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.hd-title:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.hd-label {
  flex: none;
  height: 20px;
  background: #ff5d61;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 0 5px;
  box-sizing: border-box;
  margin-left: 10px;
}
.hd-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  -webkit-line-clamp: 3;
  margin-top: 16px;
  text-align: justify-all;
}
.hd-bt {
  color: #2F80FF;
}
.hd-bar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.hd-bar-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.dz-null {
  width: 20px;
  height: 20px;
  background-image: url("../img/dz-null.png");
  background-size: 100%;
}
.dz-sx {
  width: 20px;
  height: 20px;
  background-image: url("../img/dz-sx.png");
  background-size: 100%;
}
.hd-bar-text {
  margin-left: 4px;
}
.shz-color {
  color: #2F80FF;
}
.ycn-color {
  color: #57BF65;
}
.wcn-color {
  color: #FF5D61;
}
.ycn-icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/ycn-icon.png");
  background-size: 100%;
}
.wcn-icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/wcn-icon.png");
  background-size: 100%;
}
.dz-zt {
  width: 20px;
  height: 20px;
  background-image: url("../img/dz-sh.png");
  background-size: 100%;
}
.hd-hf {
  width: 100%;
  height: 36px;
  background: rgba(255, 93, 97, 0.1);
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ff5d61;
  margin-top: 12px;
}
.tw-box {
  width: 100%;
  display: none;
}
.tw-list {
  width: 100%;
}
.hd-bar-sum {
  color: #999999;
  margin-right: 40px;
}
.hd-bar-num {
  color: #2F80FF;
}
.dwd-box {
  width: 100%;
  display: none;
}
.dwd-list {
  width: 100%;
}
.dwd-label {
  flex: none;
  height: 21px;
  background: #ff5d61;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-right: 8px;
  padding: 0 4px;
  box-sizing: border-box;
}
.dwd-desc {
  -webkit-line-clamp: 2;
  margin-top: 16px;
  text-align: justify-all;
  line-height: 24px;
  color: #666666;
  transition: 0.3s;
}
.dwd-desc:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.dwd-info {
  width: 100%;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dwd-info-left {
  display: flex;
  align-items: center;
}
.dwd-info-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.dwd-info-user {
  color: #999999;
}
.dwd-info-btn {
  display: flex;
  align-items: center;
}
.dwd-info-btn:hover .hd-icon {
  transition: 0.3s;
  background-image: url("../img/hd-sx-icon.png");
}
.dwd-info-btn:hover .hd-btn-text {
  transition: 0.3s;
  color: #2F80FF;
}
.hd-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/hd-icon.png");
  background-size: 100%;
  transition: 0.3s;
}
.hd-btn-text {
  color: #999999;
  padding-left: 4px;
  transition: 0.3s;
}
.fklx-box,
.fknr-box {
  width: 100%;
  margin-top: 32px;
}
.fknr-box {
  display: none;
}
.fknr-block {
  display: block;
}
.fk-title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.fklx-list {
  width: 100%;
  display: none;
  grid-template-columns: repeat(3, 211px);
  grid-gap: 15px;
  margin-top: 16px;
}
.fklx-list-block {
  display: grid;
}
.fklx-item {
  height: 40px;
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
}
.fklx-item-active {
  background: #2F80FF;
  color: #FFFFFF;
}
.fknr-list {
  display: grid;
  grid-template-columns: repeat(3, 206px);
  grid-gap: 15px;
  margin-top: 16px;
}
.fknr-item {
  height: 40px;
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
  font-size: 16px;
  color: #222222;
  align-items: center;
  justify-content: center;
  position: relative;
}
.del-icon {
  width: 19px;
  height: 19px;
  background-image: url("../img/fk-del-icon.png");
  background-size: 100%;
  position: absolute;
  top: -9px;
  right: -9px;
  cursor: pointer;
  transition: 0.3s;
}
.del-icon:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.bznr-box {
  width: 100%;
  margin-top: 32px;
}
.bznr-text {
  width: 100%;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
  padding: 16px;
  box-sizing: border-box;
}
.submit-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
}
.feed-submit-btn {
  width: 80px;
  height: 36px;
  background: #2F80FF;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed-submit-btn:hover {
  transition: 0.3s;
  background: #2668CF;
}
.tw-content {
  display: none;
}
.wd-block {
  display: block;
}
.discounts-list {
  width: 100%;
  margin-top: 24px;
  display: flex;
  padding: 9px 0 9px 40px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.discounts-item {
  height: 153px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-right: 38px;
}
.other-discount {
  position: absolute;
  top: 0;
  right: 0;
}
.other-discount img {
  width: 134px;
  height: 100%;
}
.discounts-item-yhq {
  height: 100%;
  width: 118px;
}
.discounts-item-yhq img {
  height: 100%;
  width: 118px;
}
.browsing-list {
  width: 100%;
}
.browsing-item {
  width: 100%;
  margin-top: 26px;
}
.browsing-head {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.browsing-head p {
  flex: none;
}
.browsing-head a {
  color: #2F80FF;
  transition: 0.3s;
}
.browsing-head a:hover {
  transition: 0.3s;
  text-decoration: underline;
}
.browsing-xq-box {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 0 16px 16px;
  box-sizing: border-box;
  margin-top: 16px;
}
.browsing-xq-item {
  font-size: 16px;
  color: #999999;
  margin-top: 17px;
}
.browsing-xq-item span,
.browsing-xq-item a {
  color: #333333;
}
.browsing-xq-item a {
  transition: 0.3s;
}
.browsing-xq-item a:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.qx-none {
  display: none;
}
.qx-flex {
  display: flex;
}
.alert-close {
  display: none !important;
}
.go-order-page {
  margin-top: 36px;
  box-sizing: border-box;
  height: calc(100vh - 206px);
  width: 100%;
  background: linear-gradient(179deg, #2F80FF 0%, rgba(47, 128, 255, 0.6) 100%);
}
.xd-footer-box {
  width: 100%;
  height: 170px;
  background: #333333;
}
.xd-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.xd-footer-left .link-list {
  display: flex;
}
.xd-footer-left .link-list-item {
  margin-right: 60px;
}
.xd-footer-left .footer-filing-box {
  width: 760px;
  margin-top: 28px;
}
.xd-footer-left .footer-filing-box .info {
  text-align: left;
}
.go-order-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.go-order-box .bd-box {
  bottom: 0;
  right: 0;
  height: 447px;
  top: calc((100% - 547px) / 2);
  padding: 30px 20px 20px;
}
.go-order-box .form-bd1 .bd-select,
.go-order-box .form-bd1 .bd-input {
  height: 40px;
}
.go-order-box .form-bd1 .bd-code {
  height: 40px;
}
.go-order-box .form-bd1 .form-bd1-bottom {
  margin-top: 20px;
}
.go-order-box .form-bd1 .bd-select {
  background-position: 286px center;
}
.go-order-left {
  width: 930px;
  height: 447px;
  background: url("../img/go-order-bg.png") no-repeat;
  background-size: 100%;
  position: relative;
}
.order-data-item {
  width: 130px;
  margin-bottom: 90px;
}
.order-data-item .gs-data-num,
.order-data-item .gs-unit {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 0;
}
.order-data-item .gs-data-fbt {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 8px;
  text-align: center;
}
.order-data-item .gs-num-box {
  justify-content: center;
}
.order-data-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.input-none {
  display: none;
}
.personal-content-left {
  width: 1066px;
  float: right;
}
.personal-contenter-bk {
  margin-top: 16px;
}
.personal {
  background: #F8F8F8;
  padding-top: 150px;
}
.personal-fw {
  float: right;
  width: 354px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 15px;
  box-sizing: border-box;
}
.personal-fw .zx-fxfw-style .fzfw-one-img {
  height: 154px;
}
.personal-fw .zx-fxfw-style .fw-list {
  grid-template-columns: repeat(2, 154px);
  grid-gap: 0 12px;
}
.personal-head {
  border-bottom: none;
}
.personal-head .header-bottom {
  padding: 22px 0;
  box-sizing: border-box;
  margin-top: 0;
}
.personal-head .logo-box img {
  width: 166px;
  height: 63px;
}
.personal-head .header-menu-item {
  margin-right: 54px;
}
.promotion-page-banner {
  width: 100%;
}
.promotion-page-banner img {
  width: 100% !important;
  height: auto;
  min-width: 1296px;
  object-fit: cover;
  vertical-align: top;
}
.promotion-page {
  padding-top: 37px;
  box-sizing: border-box;
}
.promotion-page .header-box {
  border-bottom: none;
}
.promotion-bg {
  min-width: 1296px;
}
.promotion-content-box {
  padding: 40px 0;
  box-sizing: border-box;
  width: 1297px;
}
.promotion-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-title-box {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
.promotion-title-box:before {
  display: block;
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: -42px;
  top: 10px;
  background: url("../img/tg_icon01.png") no-repeat;
  background-size: 100%;
  z-index: 1;
}
.promotion-title-box:after {
  display: block;
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  right: -42px;
  top: 10px;
  background: url("../img/tg_icon01.png") no-repeat;
  background-size: 100%;
  transform: rotateY(180deg);
  z-index: 1;
}
.promotion-list {
  display: grid;
  grid-template-columns: repeat(5, 249px);
  grid-gap: 13px;
}
.promotion-item {
  padding: 10px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.promotion-img {
  height: 229px;
  width: 229px;
  border-radius: 6px;
}
.promotion-info {
  display: block;
}
.promotion-bt {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  background: #FFEADC;
  border-radius: 6px 16px 16px 0px;
  height: 26px;
  padding: 3px 10px 3px 3px;
  box-sizing: border-box;
  max-width: 229px;
}
.tg-hot {
  width: 20px;
  height: 20px;
  background-image: url("../img/tg_icon02.png");
  background-size: 100%;
}
.promotion-bt-text {
  font-size: 13px;
  font-weight: 400;
  color: #EA742A;
  margin-left: 5px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.promotion-desc {
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  color: #333333;
  margin-top: 12px;
  transition: 0.3s;
  text-align: center;
}
.promotion-desc:hover {
  transition: 0.3s;
  color: #2F80FF;
}
.promotion-label {
  flex: 1;
  margin-top: 10px;
  text-align: center;
}
.promotion-label-item {
  display: inline-block;
  height: 29px;
  max-width: 100px;
  border-radius: 3px;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 29px;
}
.promotion-label-item:nth-child(1) {
  background: #EBF3FF;
  color: #2F80FF;
}
.promotion-label-item:nth-child(2) {
  background: #FFECED;
  color: #FF5D61;
}
.promotion-label-item:nth-child(3) {
  margin-right: 0;
  background: #E7F9E9;
  color: #4CAC59;
}
.promotion-price {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  width: 100%;
  text-align: center;
}
.promotion-active-price {
  font-size: 20px;
  color: #FF5D61;
}
.promotion-original-price {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}
.promotion-group {
  margin: 20px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-zxzx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 39px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  font-size: 16px;
  color: #2F80FF;
  transition: 0.3s;
  margin-right: 14px;
  border: 1px solid #2F80FF;
  box-sizing: border-box;
}
.promotion-zxzx:hover {
  transition: 0.3s;
  background: #2F80FF;
  color: #FFFFFF;
}
.topitems {
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(90deg, #2F80FF 0%, #00D4EC 100%);
}
.topitems .box-center {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topitems .box-center .lff {
  display: flex;
  align-items: center;
}
.topitems .box-center .rtt {
  display: flex;
  align-items: center;
}
.topitems .box-center .rtt #search_submit_buttonones {
  cursor: pointer;
}
.topitems .box-center .rtt #search_submit_buttonones img {
  width: 0.28rem;
  height: 0.28rem;
  margin-top: 0.06rem;
}
.topitems .box-center .rtt .index-search-box {
  display: none;
  align-items: center;
  width: 1.66rem;
  height: 0.34rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.08rem;
  padding: 0 0.12rem;
}
.topitems .box-center .rtt .index-search-box img {
  width: 0.24rem;
  height: 0.24rem;
}
.topitems .box-center .rtt .index-search-box .indexs-search-input {
  color: #fff;
  width: 100%;
}
.topitems .box-center .rtt .index-search-box .indexs-search-input::placeholder {
  font-size: 0.14rem;
}
.topitems .box-center .rtt .dianhuapg {
  margin-left: 0.04rem;
}
.topitems .box-center .rtt .ksyy {
  width: 0.9rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  line-height: 0.34rem;
  height: 0.34rem;
  text-align: center;
  font-size: 0.14rem;
  color: #111111;
  margin-left: 0.06rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.topitems .box-center .rtt .ksyy:hover {
  transform: translateY(-5px);
}
.topitems .box-center .rtt .diabhua {
  height: 0.32rem;
  border-radius: 0.08rem;
  border: 1px solid #FFFFFF;
  margin-left: 0.17rem;
  display: flex;
  align-items: center;
  padding: 0 0.12rem;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.16rem;
}
.topitems .box-center .rtt .diabhua img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.05rem;
}
.topitems .box-center .a1 {
  margin-left: 0.37rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  position: relative;
}
.topitems .box-center .a1:hover .active {
  display: block;
}
.topitems .box-center .a1 .active {
  display: none;
  position: absolute;
  bottom: -8px;
  left: 50%;
  /* 将下划线的左侧边缘定位在父元素（a1）的水平中心 */
  transform: translateX(-50%);
  /* 将下划线自身向左移动其宽度的一半，从而实现完全居中 */
  width: 0.36rem;
  height: 0.02rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
}
.topitems .box-center .log {
  width: 1.3rem;
  height: 0.47rem;
}
.main_index {
  width: 100%;
}
.indexs-search-input::placeholder {
  color: #fff;
}
.swiper {
  min-width: 100%;
  height: 4.8rem;
}
#lunbo-swiper1 .swiper-slide {
  min-width: 100%;
  height: 100%;
}
#lunbo-swiper1 .swiper-slide img {
  width: 100%;
  height: 4.8rem;
}
/* 修改分页器样式为条形 */
/* 添加更具体的选择器以确保样式生效 */
#lunbo-swiper1 .swiper-pagination {
  width: 200px !important;
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
}
#lunbo-swiper1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 5px;
}
#lunbo-swiper1 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 8px;
}
.fw_tiao {
  width: calc(13rem - 1.12rem);
  height: 0.99rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.08rem;
  margin: auto;
  position: relative;
  bottom: 0.34rem;
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.56rem;
}
.fw_tiao .cart {
  display: flex;
}
.fw_tiao .cart img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.1rem;
}
.fw_tiao .cart .rt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fw_tiao .cart .rt .sp1 {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
}
.fw_tiao .cart .rt .sp2 {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  margin-top: 0.04rem;
}
@media screen and (min-width: 1300px) {
  .fw_tiao {
    width: calc(1301px - 112px);
    height: 92px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    margin: auto;
    position: relative;
    bottom: 34px;
    z-index: 22;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px;
  }
  .fw_tiao .cart {
    display: flex;
  }
  .fw_tiao .cart img {
    width: 48px;
    height: 48px;
    margin-right: 11px;
  }
  .fw_tiao .cart .rt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fw_tiao .cart .rt .sp1 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
  }
  .fw_tiao .cart .rt .sp2 {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
  }
}
.duocj {
  padding-top: 0.1rem;
}
.duocj .tab1s {
  display: flex;
  justify-content: center;
  margin: 0.24rem 0 0.4rem 0;
}
.duocj .tab1s .bti {
  font-weight: bold;
  font-size: 0.24rem;
  color: #111111;
  cursor: pointer;
  position: relative;
}
.duocj .tab1s .bti:nth-child(1) {
  margin-right: 1.32rem;
}
.duocj .tab1s .active {
  color: #2F80FF !important;
}
.duocj .tab1s .active::after {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.04rem;
  background: #2F80FF;
  left: 26%;
  bottom: -0.1rem;
  border-radius: 0.02rem;
  transform: translateY(-0.02rem);
  transition: all 0.3s ease;
}
.duocj .title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #111111;
  text-align: center;
}
.waping120 {
  width: calc(100% - 2.4rem);
  margin: auto;
}
.waping80 {
  width: calc(100% - 1.6rem);
  margin: auto;
}
.duocj-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.duocj-box .cart {
  width: 4.06rem;
  height: 3.24rem;
  background-color: #1FB766;
  margin-right: 0.18rem;
  margin-bottom: 0.18rem;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.duocj-box .cart:hover {
  transform: translateY(-17px);
}
.duocj-box .cart:nth-child(1) {
  background: url('../img/nessindex/jtfw1.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(2) {
  background: url('../img/nessindex/jtfw2.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(3) {
  background: url('../img/nessindex/jtfw3.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(4) {
  background: url('../img/nessindex/jtfw4.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(5) {
  background: url('../img/nessindex/jtfw5.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(6) {
  background: url('../img/nessindex/jtfw6.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(7) {
  background: url('../img/nessindex/jtfw7.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(8) {
  background: url('../img/nessindex/jtfw8.jpg') no-repeat;
  background-size: 100% 100%;
}
.duocj-box .cart:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 0rem;
}
.duocj-box .cart .btnn {
  width: 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0.19rem;
}
.duocj-box .cart .btnn .p1 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
}
.duocj-box .cart .btnn .p2 {
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 0.07rem;
}
.duocj-box .cart .btnn .buttoms {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.duocj-box .cart .btnn .buttoms .but1 {
  width: fit-content;
  height: 0.32rem;
  border-radius: 0.08rem;
  border: 1px solid #FFFFFF;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
  margin-right: 0.26rem;
  padding: 0 0.13rem;
}
.duocj-box .cart .btnn .buttoms .but1:hover {
  background: #2F80FF;
  color: #FFFFFF;
  border: 1px solid #2F80FF;
}
.duocj-box .cart .btnn .buttoms .but2 {
  width: fit-content;
  height: 0.32rem;
  background: #2F80FF;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: center;
  padding: 0 0.13rem;
}
.disnon {
  display: none !important;
}
#bankuan2 .cartss {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6458rem;
  margin-bottom: 0.4rem;
}
#bankuan2 .cartss .cart {
  /* width: calc((100% - 72px)/4); */
  width: 4.1875rem;
  /* min-height: 495px; */
  background: linear-gradient(2deg, #E9F5FF 0%, #A8D4FF 100%);
  border-radius: 0.1667rem;
  padding-bottom: 0.1042rem;
  margin-right: 0.24rem;
  cursor: pointer;
}
#bankuan2 .cartss .cart .toptt {
  font-weight: bold;
  font-size: 0.2708rem;
  color: #111111;
  margin: 0.2292rem 0 0.25rem 0.2708rem;
}
.baggactive {
  background: linear-gradient(2deg, #E9F5FF 0%, #269BFF 100%) !important;
}
.tx1actev {
  color: #fff !important;
}
#bankuan2 .cartss .cart .displ {
  display: flex;
  flex-direction: column;
  margin-top: 0.3646rem;
}
#bankuan2 .cartss .cart:nth-of-type(3) .boxbtn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#bankuan2 .cartss .cart:nth-of-type(3) .boxbtn .displ:nth-of-type(3) {
  margin-bottom: 0.32rem;
}
#bankuan2 .cartss .cart .boxbtn {
  width: calc(100% - 0.4458rem);
  min-height: 4.1667rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.125rem;
  border: 1px solid #FFFFFF;
  margin: auto;
  padding: 0 0.1125rem 0.1042rem 0.1667rem;
}
#bankuan2 .cartss .cart .wenz {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.1875rem;
  color: #111111;
  /* margin-bottom: 12px; */
}
#bankuan2 .cartss .cart .wenz1 {
  font-size: 0.16rem;
  color: #999999;
  /* text-align: center; */
  margin-left: 0.3854rem;
  margin-top: 0.08rem;
}
#bankuan2 .cartss .cart .wenz img {
  width: 0.2708rem;
  height: 0.2708rem;
  margin-right: 0.125rem;
}
.swjl {
  font-weight: bold;
  font-size: 0.1875rem;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 3.5417rem;
  margin: auto;
}
.swjl .fwjl_img {
  width: 0.23rem;
  height: 0.23rem;
  margin-left: 0.1042rem;
}
.swjl:hover {
  color: #2F80FF;
}
.duocj-boxs {
  padding-bottom: 0.41rem;
}
.qwdjt_box {
  width: 100%;
  background-color: #F2F8FE;
  padding: 0.48rem 0 0.48rem 0;
}
.qwdjt_box a {
  display: block;
}
.qwdjt_box .title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #111111;
  text-align: center;
}
.qwdjt_box .cart_zy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qwdjt_box .cart_zy .lf {
  width: 2.38rem;
  margin-right: 0.12rem;
  margin-top: 0.42rem;
}
.qwdjt_box .cart_zy .lf .carts {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.qwdjt_box .cart_zy .lf .carts .cart {
  display: flex;
  flex-direction: column;
}
.qwdjt_box .cart_zy .lf .carts .cart:nth-last-of-type(1) .xian_box {
  border-left: none;
}
.qwdjt_box .cart_zy .lf .carts .cart .xian_boxactv {
  display: none;
}
.qwdjt_box .cart_zy .lf .carts .cart .title {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #111;
  opacity: 0.4;
  margin-bottom: 0;
  cursor: pointer;
}
.qwdjt_box .cart_zy .lf .carts .cart .title .img1 {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.18rem;
}
.qwdjt_box .cart_zy .lf .carts .cart .xian_box {
  height: 0.36rem;
  width: 100%;
  border-left: 1px solid #CCCCCC;
  position: relative;
  left: 0.12rem;
  margin: 0.06rem 0;
}
.qwdjt_box .cart_zy .rt {
  width: calc(100% - 2.38rem - 0.12rem);
  display: flex;
  flex-direction: column;
}
.qwdjt_box .cart_zy .rt .swiper-slide {
  transition: transform 0.3s ease;
  width: fit-content;
}
.qwdjt_box .cart_zy .rt .swiper-slide:hover {
  transform: translateY(-26px);
}
.qwdjt_box .cart_zy .rt .cart {
  cursor: pointer;
  width: 2.5rem;
  min-height: 3.8rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  margin-right: 0.18rem;
  padding: 0.1rem;
  text-align: center;
}
.qwdjt_box .cart_zy .rt .cart .titlep {
  font-weight: bold;
  font-size: 0.2rem;
  color: #111111;
  margin: 0.2rem 0 0.1rem 0;
}
.qwdjt_box .cart_zy .rt .cart .p2 {
  font-size: 0.14rem;
  color: #999999;
  margin-bottom: 0.24rem;
}
.qwdjt_box .cart_zy .rt .cart .zxzx {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.16rem;
  color: #111111;
  margin-bottom: 0.14rem;
}
.qwdjt_box .cart_zy .rt .cart .zxzx .zxzximg {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.03rem;
}
.qwdjt_box .cart_zy .rt .cart .zxzx:hover {
  color: #2F80FF;
}
.qwdjt_box .cart_zy .rt .cart .img1 {
  width: 100%;
  height: 2.5rem;
}
.qwdjt_box .cart_zy .rt .login_swiper {
  position: relative;
  height: 100% !important;
}
.swiper-button-next2,
.swiper-button-next3,
.swiper-button-next4,
.swiper-button-next5,
.swiper-button-next6 {
  right: 0.1rem;
  width: 0.18rem;
  height: 0.27rem;
  background: #222222;
  position: absolute;
  bottom: -0.485rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next2 img,
.swiper-button-next3 img,
.swiper-button-next4 img,
.swiper-button-next5 img,
.swiper-button-next6 img {
  width: 10px;
  height: 14px;
}
.swiper-button-next2:hover,
.swiper-button-next3:hover,
.swiper-button-next4:hover,
.swiper-button-next5:hover,
.swiper-button-next6:hover {
  background-color: #2F80FF;
}
.swiper-button-prev2,
.swiper-button-prev3,
.swiper-button-prev4,
.swiper-button-prev5,
.swiper-button-prev6 {
  margin-right: 0.04rem;
  right: 0.1rem;
  width: 0.18rem;
  height: 0.27rem;
  background: #222222;
  right: 0.3rem;
  position: absolute;
  bottom: -0.485rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev2 img,
.swiper-button-prev3 img,
.swiper-button-prev4 img,
.swiper-button-prev5 img,
.swiper-button-prev6 img {
  width: 10px;
  height: 14px;
}
.swiper-button-prev2:hover,
.swiper-button-prev3:hover,
.swiper-button-prev4:hover,
.swiper-button-prev5:hover,
.swiper-button-prev6:hover {
  background-color: #2F80FF;
}
.disp_none {
  display: none !important;
}
.cativxian .title {
  opacity: 1 !important;
}
.cativxian .xian_boxactv {
  height: 1rem;
  width: 100%;
  border-left: 1px solid #CCCCCC;
  position: relative;
  left: 0.12rem;
  margin: 0.06rem 0;
  display: block !important;
  padding-left: 0.34rem;
  cursor: pointer;
}
.cativxian .xian_boxactv .p1 {
  font-weight: 400;
  font-size: 0.18rem;
  color: #999;
  margin: 0.1rem 0 0.18rem 0;
}
.cativxian .xian_boxactv .yuan {
  width: 0.23rem;
  height: 0.23rem;
  background: #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cativxian .xian_boxactv .yuan img {
  width: 0.1rem;
  height: 0.13rem;
}
.cativxian .xian_box {
  display: none !important;
}
.overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.overflow-two {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overflow-three {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zgqyfw .title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #111111;
  text-align: center;
  margin: 0.56rem 0 0.6rem 0;
}
.zgqyfw .contets {
  display: flex;
}
.zgqyfw .contets .lf {
  width: 7.95rem;
  height: 4.47rem;
  background: #333333;
  border-radius: 12px 12px 12px 12px;
  background-color: #000;
  position: relative;
}
.zgqyfw .contets .rt {
  margin-left: 0.24rem;
  flex: 1;
  position: relative;
}
.zgqyfw .contets .rt .contet {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  width: 100%;
  max-height: 2.6rem;
  overflow: hidden;
  display: -webkit-box;
  /* 1. 将元素的盒子模型设置为旧的伸缩盒模型 */
  -webkit-box-orient: vertical;
  /* 2. 设置伸缩盒的子元素排列方式为垂直 */
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
}
.zgqyfw .contets .rt .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #111111;
  margin: 0.1rem 0 0.2rem 0;
  text-align: left;
}
.zgqyfw .contets .rt .swjl {
  font-weight: bold;
  font-size: 0.2rem;
  color: #111;
  position: absolute;
  bottom: 0;
  left: -1.24rem;
}
.zgqyfw .contets .rt .swjl:hover {
  color: #2F80FF;
}
.tiaozgui {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.6rem 0;
}
.tiaozgui .lff {
  width: 1.46rem;
  height: 2px;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 0.15;
}
.tiaozgui .wenz {
  font-weight: 400;
  font-size: 0.26rem;
  color: #999999;
  margin: 0 0.36rem;
}
.tiaozgui .rtt {
  width: 1.46rem;
  height: 2px;
  background: linear-gradient(225deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 0.15;
}
.sfqqh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  height: 4.08rem;
}
.sfqqh .activ .wenz {
  display: none !important;
}
.sfqqh .activ .wenz1 {
  display: block !important;
  position: relative;
}
.sfqqh .activ .wenz1 .qgpp {
  width: 0.47rem;
  height: 0.57rem;
  position: absolute;
  left: 0.38rem;
  top: 0;
}
.sfqqh .activ .wenz1 .swjl {
  margin-top: 0.6rem;
  margin-left: 0.51rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sfqqh .activ .wenz1 .swjl:hover {
  color: #2F80FF;
}
.sfqqh .activ .wenz1 .swjl .fwjl_img {
  margin-left: 0.08rem;
}
.sfqqh .activ .wenz1 .tx2 {
  margin-top: 0.3rem;
  margin-left: 0.51rem;
  display: flex;
}
.sfqqh .activ .wenz1 .tx2 .tx21 {
  margin-left: 0.1rem;
}
.sfqqh .activ .wenz1 .tx2 .tx21 .p1 {
  margin-bottom: 0.12rem;
}
.sfqqh .activ .wenz1 .tx2 .tx21 .p1,
.sfqqh .activ .wenz1 .tx2 .tx21 .p2 {
  font-weight: 400;
  font-size: 0.19rem;
  color: #000000;
}
.sfqqh .activ .wenz1 .tx2 .xian {
  width: 0.04rem;
  height: 0.54rem;
  background: #000000;
  opacity: 0.62;
  margin-top: 0.06rem;
}
.sfqqh .activ .wenz1 .tx1 {
  margin: 0.89rem 0 0 0.51rem;
}
.sfqqh .activ .wenz1 .tx1 .sp1 {
  font-weight: 300;
  font-size: 0.36rem;
  margin-right: 0.2rem;
}
.sfqqh .activ .wenz1 .tx1 .sp2 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #111111;
}
.sfqqh .cartfq {
  width: 2.67rem;
  height: 4.08rem;
  background-color: #00D4EC;
  cursor: pointer;
  transition: all 0.1s ease;
}
.sfqqh .cartfq:nth-of-type(1) {
  background: url('../img//nessindex/sfq1.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq:nth-of-type(2) {
  background: url('../img//nessindex/sfq2.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq:nth-of-type(3) {
  background: url('../img//nessindex/sfq3.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq:nth-of-type(4) {
  background: url('../img//nessindex/sfq4.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq .wenz {
  margin-top: 1.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sfqqh .cartfq .wenz .so1 {
  font-weight: bold;
  font-size: 0.32rem;
  color: #000000;
  text-align: center;
}
.sfqqh .cartfq .wenz .you {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin-top: 0.13rem;
}
.sfqqh .cartfq .wenz1 {
  display: none;
}
.sfqqh .activ {
  width: 8.21rem;
  height: 4.08rem;
  background-color: #269F5F;
  transition: all 0.1s ease;
}
.sfqqh .cartfq1.activ {
  background: url('../img/nessindex/sfq1ac.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq2.activ {
  background: url('../img/nessindex/sfq2ac.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq3.activ {
  background: url('../img/nessindex/sfq3ac.jpg') no-repeat;
  background-size: 100%;
}
.sfqqh .cartfq4.activ {
  background: url('../img/nessindex/sfq4ac.jpg') no-repeat;
  background-size: 100%;
}
.overflowsiyy {
  overflow-y: scroll;
}
.overflowsiyy::-webkit-scrollbar {
  width: 4px !important;
  color: #999;
}
.new_zxx {
  width: 100%;
  background: #F2F8FE;
  padding: 0.6rem 0 0.44rem 0;
}
.new_zxx .swjl {
  margin-top: 0.4rem;
}
.new_zxx .topbox1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_zxx .topbox1 .cart {
  width: 5.45rem;
  min-height: 5.67rem;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  position: relative;
}
.new_zxx .topbox1 .cart .cartss {
  width: calc(100% - 0.48rem);
  height: calc(5.67rem - 0.53rem);
  display: flex;
  flex-direction: column;
  padding: 0 0.24rem;
  padding-top: 0.53rem;
}
.new_zxx .topbox1 .cart .cartss .caetss {
  width: 100%;
  margin-bottom: 0.32rem;
}
.new_zxx .topbox1 .cart .cartss .caetss .tx1 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.12rem;
}
.new_zxx .topbox1 .cart .cartss .caetss .tx1:hover {
  color: #2F80FF;
}
.new_zxx .topbox1 .cart .cartss .caetss .tx2 {
  font-size: 0.16rem;
  color: #999999;
}
.new_zxx .topbox1 .cart .dinwei {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 0.39rem;
  background: #222222;
  border-radius: 0.12rem 0px 0.12rem 0px;
  opacity: 0.8;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.39rem;
  text-align: center;
}
.new_zxx .topbox1 .cart .img1 {
  width: 100%;
  height: 3.4rem;
  border-radius: 0.12rem 0.12rem 0 0;
}
.new_zxx .topbox1 .cart .wenz {
  margin-left: 0.24rem;
  margin-bottom: 0.34rem;
}
.new_zxx .topbox1 .cart .wenz .sp1 {
  font-size: 0.18rem;
  color: #999999;
  text-align: left;
  margin-bottom: 0.12rem;
  margin-top: 0.2rem;
}
.new_zxx .topbox1 .cart .wenz .sp2 {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  min-height: 0.7rem;
  margin-bottom: 0.39rem;
  line-height: 0.37rem;
}
.new_zxx .topbox1 .cart .wenz .sp2:hover {
  color: #2F80FF;
}
.new_zxx .topbox1 .cart .wenz .sp3 {
  font-weight: 400;
  font-size: 0.18rem;
  color: #111111;
}
.new_zxx .topbox1 .cart .wenz .sp3:hover {
  color: #2F80FF;
}
.new_zxx .tabss_newzx {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 4.37rem;
  height: 0.55rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.26rem;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-top: 0.26rem;
  margin-bottom: 0.34rem;
}
.new_zxx .tabss_newzx .cart {
  width: 1.1rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  font-size: 0.18rem;
  color: #111111;
  font-weight: bold;
  line-height: 0.42rem;
  text-align: center;
  cursor: pointer;
}
.new_zxx .tabss_newzx .active {
  background: #2F80FF;
  border-radius: 21px 21px 21px 21px;
  color: #FFFFFF;
}
.new_zxx .title {
  font-weight: bold;
  font-size: 0.4rem;
  color: #111111;
  text-align: center;
}
.cbl_box {
  position: fixed;
  right: 40px;
  top: 300px;
  width: 52px;
  height: 292px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
.cbl_box .cart {
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.cbl_box .cart:nth-last-of-type(1) {
  border-bottom: none;
}
.cbl_box .cart .img {
  width: 28px;
  height: 28px;
}
.cbl_box .cart .wenz {
  font-weight: 400;
  font-size: 12px;
  color: #111111;
  text-align: center;
  margin-top: 2px;
}
.cbl_box .cart .posebox {
  width: 100px;
  height: 100px;
  background: red;
  visibility: hidden;
  position: absolute;
  right: 80px;
  top: 0;
  transition: 0.3s;
}
.cbl_box .cart:hover .posebox {
  visibility: visible;
}
.cbl_box .cart:hover .wenz {
  color: #2F80FF;
}
.cbl_box .cart:hover .dhzx-box,
.cbl_box .cart:hover .kf-box,
.cbl_box .cart:hover .side-code-box {
  visibility: visible;
}
.swiper-container {
  overflow-y: visible!important;
}
